#E981C9

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

Shades of Tea Rose #E981C9

Tints of Tea Rose #E981C9

Color information

#E981C9 (or 0xE981C9) is unknown color: approx Tea Rose. HEX triplet: E9, 81 and C9. RGB value is (233,129,201). Sum of RGB (Red+Green+Blue) = 233+129+201=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 201 (78.91% from 255 or 35.70% from 563); Max value from RGB is 233 - color contains mainly: red. Hex color #E981C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E981C9 is #167E36. Grayscale: #A8A8A8. Windows color (decimal): -1474103 or 13205993. OLE color: 13205993.

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

Color convert

RGB233129201-
CMYK00.450.140.09
HSL318.46º70.27%70.98%-
HSV(B)318.46º44.64%91.37%-
XYZ5237.2459.71-
YUV168.3146.46174.15-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.39%
GREEN value IS 129 (50.78% from 255) = 22.91%
BLUE value IS 201 (78.91% from 255) = 35.70%
R=41.39%
G=22.91%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312920100.450.140.09318.4670.2770.98
HexE981C902DE913e4647
Octal3512013110551611476106107
Binary11101001100000011100100101011011110100110011111010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E981C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E981C9; }

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

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

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

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

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

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

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

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