COLOR #E273E5

HEX: #E273E5
RGB: (226,115,229)

Color info

#E273E5 contains mainly red and blue colors. Web safe color of #E273E5 is #CC66CC (or #C6C).

RGB color model

#E273E5 color RGB value is (226,115,229).

  • red value is 226;
  • green value is 115;
  • blue value is 229.
RGB:
(226,115,229)
(89%,45%,90%)

RGB channels and saturation

R 226 of 255 = 89%
G 115 of 255 = 45%
B 229 of 255 = 90%

226
115
229

R + G + B ~ 75%. #E273E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 115 + 229 = 570 (100%)
R 226 of 570 ~ 39.65%
G 115 of 570 ~ 20.18%
B 229 of 570 ~ 40.18%

%39.65
%20.18
%40.18

CMYK color model

#E273E5 color CMYK value is (1,50,0,10).

  • cyan value is 1.31%
  • magenta value is 49.78%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(1,50,0,10)
C1M50Y0K10 
(1%,50%,0%,10%)
(0.01/0.50/0.00/0.10)	

CMYK percentages

%1.31
%49.78
%0
%10.2

Codes

Color #E273E5 in popluar color models

E273E5
RGB226115229
HSL298°68.67%67.45%
HSB/HSV298°49.78%89.80%
CMYK1.31%49.78%0.00%
10.20%

Color #E273E5 in popluar number systems.

HEXE273E5
Decimal226115229
Binary11100010111001111100101
Octal342163345

Shades and tints

Shades of #E273E5

#E273E5
(226,115,229)
#CE69D1
(206,105,209)
#BA5FBD
(186,95,189)
#A655A9
(166,85,169)
#924B95
(146,75,149)
#7E4181
(126,65,129)
#6A376D
(106,55,109)
#562D59
(86,45,89)
#422345
(66,35,69)
#2E1931
(46,25,49)
#1A0F1D
(26,15,29)
#000000
(0,0,0)

Tints of #E273E5

#E273E5
(226,115,229)
#E47FE7
(228,127,231)
#E68BE9
(230,139,233)
#E897EB
(232,151,235)
#EAA3ED
(234,163,237)
#ECAFEF
(236,175,239)
#EEBBF1
(238,187,241)
#F0C7F3
(240,199,243)
#F2D3F5
(242,211,245)
#F4DFF7
(244,223,247)
#F6EBF9
(246,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E273E5 color. Also use rgb(226,115,229) instead hex code.

Text Font Color

.myTextColor { color: #E273E5; }

<p style="color:#E273E5">This sample text font color is #E273E5.</p>

This text font color is #E273E5.


Background Color

.myBgColor { background-color: #E273E5; }

<div style="background-color:#E273E5">Inner text</div>

This div background color is #E273E5.


Border color

.myBorderColor { border: 1px solid #E273E5; }

<div style="border:3px solid #E273E5">Div</div>

This div border color is #E273E5.


Opacity

.myOpacity80 { color: #E273E5; opacity: 0.8; }

<p style="color:#E273E5;opacity:0.8;">80%</p>

Text with #E273E5 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E273E5;}

<p style="text-shadow: 3px 3px 1px #E273E5">Text here.</p>

This text has shadow with #E273E5 color.

.textShadow {text-shadow: 3px 3px 1px #E273E5, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E273E5, 5px 5px 20px red">Text here.</p>

This text has shadow with #E273E5 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E273E5, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E273E5, Direction=45, Strength=4)">Text</p>

This text has shadow with #E273E5 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E273E5;
  -webkit-box-shadow:	1px 1px 3px 2px #E273E5;
  box-shadow:		1px 1px 3px 2px #E273E5;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E273E5;
-webkit-box-shadow: 1px 1px 3px 2px #E273E5;
box-shadow:1px 1px 3px 2px #E273E5;">
Div content here</div>
This div box has shadow with color #E273E5.

Preview

Color preview on black background

This text has color #E273E5 on black background.


Color preview on white background

This text has color #E273E5 on white background.



Black color preview on #E273E5 background

This text has black color on #E273E5 background.


White color preview on #E273E5 background

This text has white color on #E273E5 background.