#E988CA

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

Shades of Tea Rose #E988CA

Tints of Tea Rose #E988CA

Color information

#E988CA (or 0xE988CA) is unknown color: approx Tea Rose. HEX triplet: E9, 88 and CA. RGB value is (233,136,202). Sum of RGB (Red+Green+Blue) = 233+136+202=571 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.81% from 571); Green value is 136 (53.52% from 255 or 23.82% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 233 - color contains mainly: red. Hex color #E988CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E988CA is #167735. Grayscale: #ACACAC. Windows color (decimal): -1472310 or 13273321. OLE color: 13273321.

HSL color Cylindrical-coordinate representation of color #E988CA: hue angle of 319.18º 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 #E988CA is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB233136202-
CMYK00.420.130.09
HSL319.18º68.79%72.35%-
HSV(B)319.18º41.63%91.37%-
XYZ53.0739.260.65-
YUV172.53144.64171.13-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.81%
GREEN value IS 136 (53.52% from 255) = 23.82%
BLUE value IS 202 (79.30% from 255) = 35.38%
R=40.81%
G=23.82%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313620200.420.130.09319.1868.7972.35
HexE988CA02AD913f4548
Octal3512103120521511477105110
Binary11101001100010001100101001010101101100110011111110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E988CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E988CA; }

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

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

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

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

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

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

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

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