#EE86CB

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

Shades of Tea Rose #EE86CB

Tints of Tea Rose #EE86CB

Color information

#EE86CB (or 0xEE86CB) is unknown color: approx Tea Rose. HEX triplet: EE, 86 and CB. RGB value is (238,134,203). Sum of RGB (Red+Green+Blue) = 238+134+203=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 134 (52.73% from 255 or 23.30% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EE86CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE86CB is #117934. Grayscale: #ACACAC. Windows color (decimal): -1145141 or 13338350. OLE color: 13338350.

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

Color convert

RGB238134203-
CMYK00.440.150.07
HSL320.19º75.36%72.94%-
HSV(B)320.19º43.7%93.33%-
XYZ54.5639.5461.26-
YUV172.96144.96174.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.39%
GREEN value IS 134 (52.73% from 255) = 23.30%
BLUE value IS 203 (79.69% from 255) = 35.30%
R=41.39%
G=23.30%
B=35.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813420300.440.150.07320.1975.3672.94
HexEE86CB02CF71404b49
Octal356206313054177500113111
Binary1110111010000110110010110101100111111110100000010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE86CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE86CB; }

 p { color: rgb(238,134,203); }

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

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

 a { background-color: rgb(238,134,203); }

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

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

 span { border-color: rgb(238,134,203); }

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