#E980C4

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

Shades of Tea Rose #E980C4

Tints of Tea Rose #E980C4

Color information

#E980C4 (or 0xE980C4) is unknown color: approx Tea Rose. HEX triplet: E9, 80 and C4. RGB value is (233,128,196). Sum of RGB (Red+Green+Blue) = 233+128+196=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 196 (76.95% from 255 or 35.19% from 557); Max value from RGB is 233 - color contains mainly: red. Hex color #E980C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E980C4 is #167F3B. Grayscale: #A6A6A6. Windows color (decimal): -1474364 or 12878057. OLE color: 12878057.

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

Color convert

RGB233128196-
CMYK00.450.160.09
HSL321.14º70.47%70.78%-
HSV(B)321.14º45.06%91.37%-
XYZ51.2936.7556.61-
YUV167.15144.29174.97-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.83%
GREEN value IS 128 (50.39% from 255) = 22.98%
BLUE value IS 196 (76.95% from 255) = 35.19%
R=41.83%
G=22.98%
B=35.19%

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
Decimal23312819600.450.160.09321.1470.4770.78
HexE980C402D1091414647
Octal3512003040552011501106107
Binary111010011000000011000100010110110000100110100000110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E980C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E980C4; }

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

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

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

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

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

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

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

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