#E981CE

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

Shades of Tea Rose #E981CE

Tints of Tea Rose #E981CE

Color information

#E981CE (or 0xE981CE) is unknown color: approx Tea Rose. HEX triplet: E9, 81 and CE. RGB value is (233,129,206). Sum of RGB (Red+Green+Blue) = 233+129+206=568 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.02% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 233 - color contains mainly: red. Hex color #E981CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E981CE is #167E31. Grayscale: #A8A8A8. Windows color (decimal): -1474098 or 13533673. OLE color: 13533673.

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

Color convert

RGB233129206-
CMYK00.450.120.09
HSL315.58º70.27%70.98%-
HSV(B)315.58º44.64%91.37%-
XYZ52.637.4862.85-
YUV168.87148.96173.74-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.02%
GREEN value IS 129 (50.78% from 255) = 22.71%
BLUE value IS 206 (80.86% from 255) = 36.27%
R=41.02%
G=22.71%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312920600.450.120.09315.5870.2770.98
HexE981CE02DC913c4647
Octal3512013160551411474106107
Binary11101001100000011100111001011011100100110011110010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E981CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E981CE; }

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

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

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

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

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

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

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

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