#E980C9

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

Shades of Tea Rose #E980C9

Tints of Tea Rose #E980C9

Color information

#E980C9 (or 0xE980C9) is unknown color: approx Tea Rose. HEX triplet: E9, 80 and C9. RGB value is (233,128,201). Sum of RGB (Red+Green+Blue) = 233+128+201=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 128 (50.39% from 255 or 22.78% from 562); Blue value is 201 (78.91% from 255 or 35.77% from 562); Max value from RGB is 233 - color contains mainly: red. Hex color #E980C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E980C9 is #167F36. Grayscale: #A7A7A7. Windows color (decimal): -1474359 or 13205737. OLE color: 13205737.

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

Color convert

RGB233128201-
CMYK00.450.140.09
HSL318.29º70.47%70.78%-
HSV(B)318.29º45.06%91.37%-
XYZ51.8736.9859.66-
YUV167.72146.79174.56-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.46%
GREEN value IS 128 (50.39% from 255) = 22.78%
BLUE value IS 201 (78.91% from 255) = 35.77%
R=41.46%
G=22.78%
B=35.77%

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
Decimal23312820100.450.140.09318.2970.4770.78
HexE980C902DE913e4647
Octal3512003110551611476106107
Binary11101001100000001100100101011011110100110011111010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E980C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E980C9; }

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

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

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

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

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

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

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

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