COLOR #E275A9

HEX: #E275A9
RGB: (226,117,169)

Color info

#E275A9 contains mainly red and blue colors. Web safe color of #E275A9 is #CC6699 (or #C69).

RGB color model

#E275A9 color RGB value is (226,117,169).

  • red value is 226;
  • green value is 117;
  • blue value is 169.
RGB:
(226,117,169)
(89%,46%,66%)

RGB channels and saturation

R 226 of 255 = 89%
G 117 of 255 = 46%
B 169 of 255 = 66%

226
117
169

R + G + B ~ 67%. #E275A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 117 + 169 = 512 (100%)
R 226 of 512 ~ 44.14%
G 117 of 512 ~ 22.85%
B 169 of 512 ~ 33.01%

%44.14
%22.85
%33.01

CMYK color model

#E275A9 color CMYK value is (0,48,25,11).

  • cyan value is 0.00%
  • magenta value is 48.23%
  • yellow value is 25.22%
  • key color value is 11.37%
CMYK:
(0,48,25,11)
C0M48Y25K11 
(0%,48%,25%,11%)
(0.00/0.48/0.25/0.11)	

CMYK percentages

%0
%48.23
%25.22
%11.37

Codes

Color #E275A9 in popluar color models

E275A9
RGB226117169
HSL331°65.27%67.25%
HSB/HSV331°48.23%88.63%
CMYK0.00%48.23%25.22%
11.37%

Color #E275A9 in popluar number systems.

HEXE275A9
Decimal226117169
Binary11100010111010110101001
Octal342165251

Shades and tints

Shades of #E275A9

#E275A9
(226,117,169)
#CE6B9A
(206,107,154)
#BA618B
(186,97,139)
#A6577C
(166,87,124)
#924D6D
(146,77,109)
#7E435E
(126,67,94)
#6A394F
(106,57,79)
#562F40
(86,47,64)
#422531
(66,37,49)
#2E1B22
(46,27,34)
#1A1113
(26,17,19)
#000000
(0,0,0)

Tints of #E275A9

#E275A9
(226,117,169)
#E481B0
(228,129,176)
#E68DB7
(230,141,183)
#E899BE
(232,153,190)
#EAA5C5
(234,165,197)
#ECB1CC
(236,177,204)
#EEBDD3
(238,189,211)
#F0C9DA
(240,201,218)
#F2D5E1
(242,213,225)
#F4E1E8
(244,225,232)
#F6EDEF
(246,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E275A9 color. Also use rgb(226,117,169) instead hex code.

Text Font Color

.myTextColor { color: #E275A9; }

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

This text font color is #E275A9.


Background Color

.myBgColor { background-color: #E275A9; }

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

This div background color is #E275A9.


Border color

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

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

This div border color is #E275A9.


Opacity

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

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

Text with #E275A9 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 #E275A9;}

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

This text has shadow with #E275A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E275A9 on black background.


Color preview on white background

This text has color #E275A9 on white background.



Black color preview on #E275A9 background

This text has black color on #E275A9 background.


White color preview on #E275A9 background

This text has white color on #E275A9 background.