#E988CD

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

Shades of Tea Rose #E988CD

Tints of Tea Rose #E988CD

Color information

#E988CD (or 0xE988CD) is unknown color: approx Tea Rose. HEX triplet: E9, 88 and CD. RGB value is (233,136,205). Sum of RGB (Red+Green+Blue) = 233+136+205=574 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.59% from 574); Green value is 136 (53.52% from 255 or 23.69% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 233 - color contains mainly: red. Hex color #E988CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E988CD is #167732. Grayscale: #ACACAC. Windows color (decimal): -1472307 or 13469929. OLE color: 13469929.

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

Color convert

RGB233136205-
CMYK00.420.120.09
HSL317.32º68.79%72.35%-
HSV(B)317.32º41.63%91.37%-
XYZ53.4339.3462.53-
YUV172.87146.14170.89-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.59%
GREEN value IS 136 (53.52% from 255) = 23.69%
BLUE value IS 205 (80.47% from 255) = 35.71%
R=40.59%
G=23.69%
B=35.71%

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
Decimal23313620500.420.120.09317.3268.7972.35
HexE988CD02AC913d4548
Octal3512103150521411475105110
Binary11101001100010001100110101010101100100110011110110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E988CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E988CD; }

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

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

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

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

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

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

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

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