#EE768D

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

Shades of Deep Blush #EE768D

Tints of Deep Blush #EE768D

Color information

#EE768D (or 0xEE768D) is unknown color: approx Deep Blush. HEX triplet: EE, 76 and 8D. RGB value is (238,118,141). Sum of RGB (Red+Green+Blue) = 238+118+141=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 118 (46.48% from 255 or 23.74% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EE768D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE768D is #118972. Grayscale: #9C9C9C. Windows color (decimal): -1149299 or 9271022. OLE color: 9271022.

HSL color Cylindrical-coordinate representation of color #EE768D: hue angle of 348.5º 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 #EE768D is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB238118141-
CMYK00.500.410.07
HSL348.5º77.92%69.8%-
HSV(B)348.5º50.42%93.33%-
XYZ46.5533.0629.13-
YUV156.5119.26186.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.89%
GREEN value IS 118 (46.48% from 255) = 23.74%
BLUE value IS 141 (55.47% from 255) = 28.37%
R=47.89%
G=23.74%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811814100.500.410.07348.577.9269.8
HexEE768D03229715c4e46
Octal356166215062517534116106
Binary11101110111011010001101011001010100111110101110010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE768D; }

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

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

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

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

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

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

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

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