#EE86BE

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

Shades of Tea Rose #EE86BE

Tints of Tea Rose #EE86BE

Color information

#EE86BE (or 0xEE86BE) is unknown color: approx Tea Rose. HEX triplet: EE, 86 and BE. RGB value is (238,134,190). Sum of RGB (Red+Green+Blue) = 238+134+190=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 134 (52.73% from 255 or 23.84% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EE86BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE86BE is #117941. Grayscale: #ABABAB. Windows color (decimal): -1145154 or 12486382. OLE color: 12486382.

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

Color convert

RGB238134190-
CMYK00.440.200.07
HSL327.69º75.36%72.94%-
HSV(B)327.69º43.7%93.33%-
XYZ53.0838.9553.43-
YUV171.48138.46175.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.35%
GREEN value IS 134 (52.73% from 255) = 23.84%
BLUE value IS 190 (74.61% from 255) = 33.81%
R=42.35%
G=23.84%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813419000.440.200.07327.6975.3672.94
HexEE86BE02C1471484b49
Octal356206276054247510113111
Binary11101110100001101011111001011001010011110100100010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE86BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE86BE; }

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

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

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

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

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

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

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

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