#E988CE

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

Shades of Tea Rose #E988CE

Tints of Tea Rose #E988CE

Color information

#E988CE (or 0xE988CE) is unknown color: approx Tea Rose. HEX triplet: E9, 88 and CE. RGB value is (233,136,206). Sum of RGB (Red+Green+Blue) = 233+136+206=575 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.52% from 575); Green value is 136 (53.52% from 255 or 23.65% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 233 - color contains mainly: red. Hex color #E988CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E988CE is #167731. Grayscale: #ACACAC. Windows color (decimal): -1472306 or 13535465. OLE color: 13535465.

HSL color Cylindrical-coordinate representation of color #E988CE: hue angle of 316.7º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E988CE is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233136206-
CMYK00.420.120.09
HSL316.7º68.79%72.35%-
HSV(B)316.7º41.63%91.37%-
XYZ53.5539.3963.17-
YUV172.98146.64170.81-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.52%
GREEN value IS 136 (53.52% from 255) = 23.65%
BLUE value IS 206 (80.86% from 255) = 35.83%
R=40.52%
G=23.65%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313620600.420.120.09316.768.7972.35
HexE988CE02AC913d4548
Octal3512103160521411475105110
Binary11101001100010001100111001010101100100110011110110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E988CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E988CE; }

 p { color: rgb(233,136,206); }

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

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

 a { background-color: rgb(233,136,206); }

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

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

 span { border-color: rgb(233,136,206); }

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