#EE8AC0

Color #EE8AC0 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #EE8AC0

Tints of Tea Rose #EE8AC0

Color information

#EE8AC0 (or 0xEE8AC0) is unknown color: approx Tea Rose. HEX triplet: EE, 8A and C0. RGB value is (238,138,192). Sum of RGB (Red+Green+Blue) = 238+138+192=568 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.90% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8AC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8AC0 is #11753F. Grayscale: #ADADAD. Windows color (decimal): -1144128 or 12618478. OLE color: 12618478.

HSL color Cylindrical-coordinate representation of color #EE8AC0: hue angle of 327.6º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EE8AC0 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB238138192-
CMYK00.420.190.07
HSL327.6º74.63%73.73%-
HSV(B)327.6º42.02%93.33%-
XYZ53.8640.1654.78-
YUV174.06138.13173.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.90%
GREEN value IS 138 (54.30% from 255) = 24.30%
BLUE value IS 192 (75.39% from 255) = 33.80%
R=41.90%
G=24.30%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813819200.420.190.07327.674.6373.73
HexEE8AC002A1371484b4a
Octal356212300052237510113112
Binary11101110100010101100000001010101001111110100100010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8AC0; }

 p { color: rgb(238,138,192); }

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

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

 a { background-color: rgb(238,138,192); }

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

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

 span { border-color: rgb(238,138,192); }

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