#E980CC

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

Shades of Tea Rose #E980CC

Tints of Tea Rose #E980CC

Color information

#E980CC (or 0xE980CC) is unknown color: approx Tea Rose. HEX triplet: E9, 80 and CC. RGB value is (233,128,204). Sum of RGB (Red+Green+Blue) = 233+128+204=565 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.24% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 233 - color contains mainly: red. Hex color #E980CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E980CC is #167F33. Grayscale: #A7A7A7. Windows color (decimal): -1474356 or 13402345. OLE color: 13402345.

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

Color convert

RGB233128204-
CMYK00.450.120.09
HSL316.57º70.47%70.78%-
HSV(B)316.57º45.06%91.37%-
XYZ52.2237.1261.54-
YUV168.06148.29174.32-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.24%
GREEN value IS 128 (50.39% from 255) = 22.65%
BLUE value IS 204 (80.08% from 255) = 36.11%
R=41.24%
G=22.65%
B=36.11%

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
Decimal23312820400.450.120.09316.5770.4770.78
HexE980CC02DC913d4647
Octal3512003140551411475106107
Binary11101001100000001100110001011011100100110011110110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E980CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E980CC; }

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

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

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

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

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

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

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

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