#E080C4

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

Shades of Tea Rose #E080C4

Tints of Tea Rose #E080C4

Color information

#E080C4 (or 0xE080C4) is unknown color: approx Tea Rose. HEX triplet: E0, 80 and C4. RGB value is (224,128,196). Sum of RGB (Red+Green+Blue) = 224+128+196=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E080C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E080C4 is #1F7F3B. Grayscale: #A4A4A4. Windows color (decimal): -2064188 or 12878048. OLE color: 12878048.

HSL color Cylindrical-coordinate representation of color #E080C4: hue angle of 317.5º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E080C4 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB224128196-
CMYK00.430.120.12
HSL317.5º60.76%69.02%-
HSV(B)317.5º42.86%87.84%-
XYZ48.4235.2756.48-
YUV164.46145.8170.47-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.88%
GREEN value IS 128 (50.39% from 255) = 23.36%
BLUE value IS 196 (76.95% from 255) = 35.77%
R=40.88%
G=23.36%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412819600.430.120.12317.560.7669.02
HexE080C402BCC13e3d45
Octal340200304053141447675105
Binary1110000010000000110001000101011110011001001111101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E080C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E080C4; }

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

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

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

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

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

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

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

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