#E180C4

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

Shades of Tea Rose #E180C4

Tints of Tea Rose #E180C4

Color information

#E180C4 (or 0xE180C4) is unknown color: approx Tea Rose. HEX triplet: E1, 80 and C4. RGB value is (225,128,196). Sum of RGB (Red+Green+Blue) = 225+128+196=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E180C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E180C4 is #1E7F3B. Grayscale: #A4A4A4. Windows color (decimal): -1998652 or 12878049. OLE color: 12878049.

HSL color Cylindrical-coordinate representation of color #E180C4: hue angle of 317.94º degrees, saturation: 0.62, 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 #E180C4 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.12.

Color convert

RGB225128196-
CMYK00.430.130.12
HSL317.94º61.78%69.22%-
HSV(B)317.94º43.11%88.24%-
XYZ48.7335.4356.49-
YUV164.76145.64170.97-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.98%
GREEN value IS 128 (50.39% from 255) = 23.32%
BLUE value IS 196 (76.95% from 255) = 35.70%
R=40.98%
G=23.32%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22512819600.430.130.12317.9461.7869.22
HexE180C402BDC13e3e45
Octal341200304053151447676105
Binary1110000110000000110001000101011110111001001111101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E180C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E180C4; }

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

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

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

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

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

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

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

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