#E980CA

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

Shades of Tea Rose #E980CA

Tints of Tea Rose #E980CA

Color information

#E980CA (or 0xE980CA) is unknown color: approx Tea Rose. HEX triplet: E9, 80 and CA. RGB value is (233,128,202). Sum of RGB (Red+Green+Blue) = 233+128+202=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 128 (50.39% from 255 or 22.74% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 233 - color contains mainly: red. Hex color #E980CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E980CA is #167F35. Grayscale: #A7A7A7. Windows color (decimal): -1474358 or 13271273. OLE color: 13271273.

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

Color convert

RGB233128202-
CMYK00.450.130.09
HSL317.71º70.47%70.78%-
HSV(B)317.71º45.06%91.37%-
XYZ51.9837.0360.28-
YUV167.83147.29174.48-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.39%
GREEN value IS 128 (50.39% from 255) = 22.74%
BLUE value IS 202 (79.30% from 255) = 35.88%
R=41.39%
G=22.74%
B=35.88%

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
Decimal23312820200.450.130.09317.7170.4770.78
HexE980CA02DD913e4647
Octal3512003120551511476106107
Binary11101001100000001100101001011011101100110011111010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E980CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E980CA; }

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

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

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

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

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

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

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

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