#E988C7

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

Shades of Tea Rose #E988C7

Tints of Tea Rose #E988C7

Color information

#E988C7 (or 0xE988C7) is unknown color: approx Tea Rose. HEX triplet: E9, 88 and C7. RGB value is (233,136,199). Sum of RGB (Red+Green+Blue) = 233+136+199=568 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.02% from 568); Green value is 136 (53.52% from 255 or 23.94% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 233 - color contains mainly: red. Hex color #E988C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E988C7 is #167738. Grayscale: #ACACAC. Windows color (decimal): -1472313 or 13076713. OLE color: 13076713.

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

Color convert

RGB233136199-
CMYK00.420.150.09
HSL321.03º68.79%72.35%-
HSV(B)321.03º41.63%91.37%-
XYZ52.7239.0658.79-
YUV172.18143.14171.38-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.02%
GREEN value IS 136 (53.52% from 255) = 23.94%
BLUE value IS 199 (78.12% from 255) = 35.04%
R=41.02%
G=23.94%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313619900.420.150.09321.0368.7972.35
HexE988C702AF91414548
Octal3512103070521711501105110
Binary11101001100010001100011101010101111100110100000110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E988C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E988C7; }

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

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

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

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

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

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

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

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