#EE7885

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

Shades of Deep Blush #EE7885

Tints of Deep Blush #EE7885

Color information

#EE7885 (or 0xEE7885) is unknown color: approx Deep Blush. HEX triplet: EE, 78 and 85. RGB value is (238,120,133). Sum of RGB (Red+Green+Blue) = 238+120+133=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7885 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7885 is #11877A. Grayscale: #9C9C9C. Windows color (decimal): -1148795 or 8747246. OLE color: 8747246.

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

Color convert

RGB238120133-
CMYK00.500.440.07
HSL353.39º77.63%70.2%-
HSV(B)353.39º49.58%93.33%-
XYZ46.2133.326.18-
YUV156.76114.59185.94-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.47%
GREEN value IS 120 (47.27% from 255) = 24.44%
BLUE value IS 133 (52.34% from 255) = 27.09%
R=48.47%
G=24.44%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812013300.500.440.07353.3977.6370.2
HexEE78850322C71614e46
Octal356170205062547541116106
Binary11101110111100010000101011001010110011110110000110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7885; }

 p { color: rgb(238,120,133); }

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

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

 a { background-color: rgb(238,120,133); }

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

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

 span { border-color: rgb(238,120,133); }

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