#e181c3

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

Shades of Tea Rose #E181C3

Tints of Tea Rose #E181C3

Color information

#E181C3 (or 0xE181C3) is unknown color: approx Tea Rose. HEX triplet: E1, 81 and C3. RGB value is (225,129,195). Sum of RGB (Red+Green+Blue) = 225+129+195=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E181C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181C3 is #1E7E3C. Grayscale: #A5A5A5. Windows color (decimal): -1998397 or 12812769. OLE color: 12812769.

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

Color convert

RGB225129195-
CMYK00.430.130.12
HSL318.75º61.54%69.41%-
HSV(B)318.75º42.67%88.24%-
XYZ48.7535.6555.94-
YUV165.23144.8170.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.98%
GREEN value IS 129 (50.78% from 255) = 23.50%
BLUE value IS 195 (76.56% from 255) = 35.52%
R=40.98%
G=23.50%
B=35.52%

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
Decimal22512919500.430.130.12318.7561.5469.41
HexE181C302BDC13f3e45
Octal341201303053151447776105
Binary1110000110000001110000110101011110111001001111111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e181c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e181c3; }

 p { color: rgb(225,129,195); }

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

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

 a { background-color: rgb(225,129,195); }

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

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

 span { border-color: rgb(225,129,195); }

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