#E27986

Color #E27986 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #E27986

Tints of Deep Blush #E27986

Color information

#E27986 (or 0xE27986) is unknown color: approx Deep Blush. HEX triplet: E2, 79 and 86. RGB value is (226,121,134). Sum of RGB (Red+Green+Blue) = 226+121+134=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E27986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27986 is #1D8679. Grayscale: #999999. Windows color (decimal): -1934970 or 8813026. OLE color: 8813026.

HSL color Cylindrical-coordinate representation of color #E27986: hue angle of 352.57º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E27986 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB226121134-
CMYK00.460.410.11
HSL352.57º64.42%68.04%-
HSV(B)352.57º46.46%88.63%-
XYZ42.531.5626.41-
YUV153.88116.79179.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 46.99%
GREEN value IS 121 (47.66% from 255) = 25.16%
BLUE value IS 134 (52.73% from 255) = 27.86%
R=46.99%
G=25.16%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612113400.460.410.11352.5764.4268.04
HexE2798602E29B1614044
Octal3421712060565113541100104
Binary111000101111001100001100101110101001101110110000110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27986; }

 p { color: rgb(226,121,134); }

 H1.HeaderClassName
 {
   color: #E27986;
 }
 .AnyTagClassName
 {
   color: #E27986;
 }
</style>
background-color css

<style>
 a { background-color: #E27986; }

 a { background-color: rgb(226,121,134); }

 div.DivClassName
 {
   background-color: #E27986;
 }
 .BgClassName
 {
   background-color: #E27986;
 }
</style>
border-color css

<style>
 span { border-color: #E27986; }

 span { border-color: rgb(226,121,134); }

 td.TdClassName
 {
   border-color: #E27986;
 }
 .TagClassName
 {
   border-color: #E27986;
 }
</style>