#E980CD

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

Shades of Tea Rose #E980CD

Tints of Tea Rose #E980CD

Color information

#E980CD (or 0xE980CD) is unknown color: approx Tea Rose. HEX triplet: E9, 80 and CD. RGB value is (233,128,205). Sum of RGB (Red+Green+Blue) = 233+128+205=566 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.17% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 233 - color contains mainly: red. Hex color #E980CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E980CD is #167F32. Grayscale: #A7A7A7. Windows color (decimal): -1474355 or 13467881. OLE color: 13467881.

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

Color convert

RGB233128205-
CMYK00.450.120.09
HSL316º70.47%70.78%-
HSV(B)316º45.06%91.37%-
XYZ52.3437.1762.17-
YUV168.17148.79174.24-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.17%
GREEN value IS 128 (50.39% from 255) = 22.61%
BLUE value IS 205 (80.47% from 255) = 36.22%
R=41.17%
G=22.61%
B=36.22%

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
Decimal23312820500.450.120.0931670.4770.78
HexE980CD02DC913c4647
Octal3512003150551411474106107
Binary11101001100000001100110101011011100100110011110010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E980CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E980CD; }

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

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

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

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

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

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

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

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