#E980CB

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

Shades of Tea Rose #E980CB

Tints of Tea Rose #E980CB

Color information

#E980CB (or 0xE980CB) is unknown color: approx Tea Rose. HEX triplet: E9, 80 and CB. RGB value is (233,128,203). Sum of RGB (Red+Green+Blue) = 233+128+203=564 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.31% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 233 - color contains mainly: red. Hex color #E980CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E980CB is #167F34. Grayscale: #A7A7A7. Windows color (decimal): -1474357 or 13336809. OLE color: 13336809.

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

Color convert

RGB233128203-
CMYK00.450.130.09
HSL317.14º70.47%70.78%-
HSV(B)317.14º45.06%91.37%-
XYZ52.137.0760.91-
YUV167.94147.79174.4-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.31%
GREEN value IS 128 (50.39% from 255) = 22.70%
BLUE value IS 203 (79.69% from 255) = 35.99%
R=41.31%
G=22.70%
B=35.99%

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
Decimal23312820300.450.130.09317.1470.4770.78
HexE980CB02DD913d4647
Octal3512003130551511475106107
Binary11101001100000001100101101011011101100110011110110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E980CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E980CB; }

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

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

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

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

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

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

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

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