#EE768E

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

Shades of Deep Blush #EE768E

Tints of Deep Blush #EE768E

Color information

#EE768E (or 0xEE768E) is unknown color: approx Deep Blush. HEX triplet: EE, 76 and 8E. RGB value is (238,118,142). Sum of RGB (Red+Green+Blue) = 238+118+142=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EE768E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE768E is #118971. Grayscale: #9C9C9C. Windows color (decimal): -1149298 or 9336558. OLE color: 9336558.

HSL color Cylindrical-coordinate representation of color #EE768E: hue angle of 348º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE768E is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB238118142-
CMYK00.500.400.07
HSL348º77.92%69.8%-
HSV(B)348º50.42%93.33%-
XYZ46.6233.0929.52-
YUV156.62119.76186.05-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.79%
GREEN value IS 118 (46.48% from 255) = 23.69%
BLUE value IS 142 (55.86% from 255) = 28.51%
R=47.79%
G=23.69%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811814200.500.400.0734877.9269.8
HexEE768E03228715c4e46
Octal356166216062507534116106
Binary11101110111011010001110011001010100011110101110010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE768E; }

 p { color: rgb(238,118,142); }

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

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

 a { background-color: rgb(238,118,142); }

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

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

 span { border-color: rgb(238,118,142); }

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