#E980C3

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

Shades of Tea Rose #E980C3

Tints of Tea Rose #E980C3

Color information

#E980C3 (or 0xE980C3) is unknown color: approx Tea Rose. HEX triplet: E9, 80 and C3. RGB value is (233,128,195). Sum of RGB (Red+Green+Blue) = 233+128+195=556 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.91% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 195 (76.56% from 255 or 35.07% from 556); Max value from RGB is 233 - color contains mainly: red. Hex color #E980C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E980C3 is #167F3C. Grayscale: #A6A6A6. Windows color (decimal): -1474365 or 12812521. OLE color: 12812521.

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

Color convert

RGB233128195-
CMYK00.450.160.09
HSL321.71º70.47%70.78%-
HSV(B)321.71º45.06%91.37%-
XYZ51.1736.756.02-
YUV167.03143.79175.05-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.91%
GREEN value IS 128 (50.39% from 255) = 23.02%
BLUE value IS 195 (76.56% from 255) = 35.07%
R=41.91%
G=23.02%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312819500.450.160.09321.7170.4770.78
HexE980C302D1091424647
Octal3512003030552011502106107
Binary111010011000000011000011010110110000100110100001010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E980C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E980C3; }

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

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

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

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

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

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

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

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