#EE92CD

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

Shades of Tea Rose #EE92CD

Tints of Tea Rose #EE92CD

Color information

#EE92CD (or 0xEE92CD) is unknown color: approx Tea Rose. HEX triplet: EE, 92 and CD. RGB value is (238,146,205). Sum of RGB (Red+Green+Blue) = 238+146+205=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 146 (57.42% from 255 or 24.79% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EE92CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE92CD is #116D32. Grayscale: #B4B4B4. Windows color (decimal): -1142067 or 13472494. OLE color: 13472494.

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

Color convert

RGB238146205-
CMYK00.390.140.07
HSL321.52º73.02%75.29%-
HSV(B)321.52º38.66%93.33%-
XYZ56.5643.1463.1-
YUV180.23141.98169.2-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.41%
GREEN value IS 146 (57.42% from 255) = 24.79%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=40.41%
G=24.79%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814620500.390.140.07321.5273.0275.29
HexEE92CD027E7142494b
Octal356222315047167502111113
Binary1110111010010010110011010100111111011110100001010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE92CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE92CD; }

 p { color: rgb(238,146,205); }

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

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

 a { background-color: rgb(238,146,205); }

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

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

 span { border-color: rgb(238,146,205); }

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