#EE8BCF

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

Shades of Tea Rose #EE8BCF

Tints of Tea Rose #EE8BCF

Color information

#EE8BCF (or 0xEE8BCF) is unknown color: approx Tea Rose. HEX triplet: EE, 8B and CF. RGB value is (238,139,207). Sum of RGB (Red+Green+Blue) = 238+139+207=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 139 (54.69% from 255 or 23.80% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8BCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8BCF is #117430. Grayscale: #B0B0B0. Windows color (decimal): -1143857 or 13601774. OLE color: 13601774.

HSL color Cylindrical-coordinate representation of color #EE8BCF: hue angle of 318.79º degrees, saturation: 0.74, 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 #EE8BCF is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB238139207-
CMYK00.420.130.07
HSL318.79º74.44%73.92%-
HSV(B)318.79º41.6%93.33%-
XYZ55.7641.1564.04-
YUV176.35145.3171.97-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.75%
GREEN value IS 139 (54.69% from 255) = 23.80%
BLUE value IS 207 (81.25% from 255) = 35.45%
R=40.75%
G=23.80%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813920700.420.130.07318.7974.4473.92
HexEE8BCF02AD713f4a4a
Octal356213317052157477112112
Binary1110111010001011110011110101010110111110011111110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8BCF; }

 p { color: rgb(238,139,207); }

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

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

 a { background-color: rgb(238,139,207); }

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

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

 span { border-color: rgb(238,139,207); }

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