#E981CA

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

Shades of Tea Rose #E981CA

Tints of Tea Rose #E981CA

Color information

#E981CA (or 0xE981CA) is unknown color: approx Tea Rose. HEX triplet: E9, 81 and CA. RGB value is (233,129,202). Sum of RGB (Red+Green+Blue) = 233+129+202=564 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.31% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 202 (79.30% from 255 or 35.82% from 564); Max value from RGB is 233 - color contains mainly: red. Hex color #E981CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E981CA is #167E35. Grayscale: #A8A8A8. Windows color (decimal): -1474102 or 13271529. OLE color: 13271529.

HSL color Cylindrical-coordinate representation of color #E981CA: hue angle of 317.88º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E981CA is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB233129202-
CMYK00.450.130.09
HSL317.88º70.27%70.98%-
HSV(B)317.88º44.64%91.37%-
XYZ52.1237.2960.33-
YUV168.42146.96174.06-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.31%
GREEN value IS 129 (50.78% from 255) = 22.87%
BLUE value IS 202 (79.30% from 255) = 35.82%
R=41.31%
G=22.87%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312920200.450.130.09317.8870.2770.98
HexE981CA02DD913e4647
Octal3512013120551511476106107
Binary11101001100000011100101001011011101100110011111010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E981CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E981CA; }

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

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

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

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

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

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

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

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