#E182C2

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

Shades of Tea Rose #E182C2

Tints of Tea Rose #E182C2

Color information

#E182C2 (or 0xE182C2) is unknown color: approx Tea Rose. HEX triplet: E1, 82 and C2. RGB value is (225,130,194). Sum of RGB (Red+Green+Blue) = 225+130+194=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E182C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E182C2 is #1E7D3D. Grayscale: #A5A5A5. Windows color (decimal): -1998142 or 12747489. OLE color: 12747489.

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

Color convert

RGB225130194-
CMYK00.420.140.12
HSL319.58º61.29%69.61%-
HSV(B)319.58º42.22%88.24%-
XYZ48.7735.8755.39-
YUV165.7143.97170.3-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.98%
GREEN value IS 130 (51.17% from 255) = 23.68%
BLUE value IS 194 (76.17% from 255) = 35.34%
R=40.98%
G=23.68%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513019400.420.140.12319.5861.2969.61
HexE182C202AEC1403d46
Octal341202302052161450075106
Binary1110000110000010110000100101010111011001010000001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E182C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E182C2; }

 p { color: rgb(225,130,194); }

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

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

 a { background-color: rgb(225,130,194); }

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

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

 span { border-color: rgb(225,130,194); }

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