#EE85BF

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

Shades of Tea Rose #EE85BF

Tints of Tea Rose #EE85BF

Color information

#EE85BF (or 0xEE85BF) is unknown color: approx Tea Rose. HEX triplet: EE, 85 and BF. RGB value is (238,133,191). Sum of RGB (Red+Green+Blue) = 238+133+191=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EE85BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE85BF is #117A40. Grayscale: #AAAAAA. Windows color (decimal): -1145409 or 12551662. OLE color: 12551662.

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

Color convert

RGB238133191-
CMYK00.440.200.07
HSL326.86º75.54%72.75%-
HSV(B)326.86º44.12%93.33%-
XYZ53.0538.7153.97-
YUV171.01139.29175.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.35%
GREEN value IS 133 (52.34% from 255) = 23.67%
BLUE value IS 191 (75% from 255) = 33.99%
R=42.35%
G=23.67%
B=33.99%

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
Decimal23813319100.440.200.07326.8675.5472.75
HexEE85BF02C1471474c49
Octal356205277054247507114111
Binary11101110100001011011111101011001010011110100011110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE85BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE85BF; }

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

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

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

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

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

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

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

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