#E184C2

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

Shades of Tea Rose #E184C2

Tints of Tea Rose #E184C2

Color information

#E184C2 (or 0xE184C2) is unknown color: approx Tea Rose. HEX triplet: E1, 84 and C2. RGB value is (225,132,194). Sum of RGB (Red+Green+Blue) = 225+132+194=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 194 (76.17% from 255 or 35.21% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E184C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E184C2 is #1E7B3D. Grayscale: #A6A6A6. Windows color (decimal): -1997630 or 12748001. OLE color: 12748001.

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

Color convert

RGB225132194-
CMYK00.410.140.12
HSL320º60.78%70%-
HSV(B)320º41.33%88.24%-
XYZ49.0436.4155.48-
YUV166.88143.31169.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.83%
GREEN value IS 132 (51.95% from 255) = 23.96%
BLUE value IS 194 (76.17% from 255) = 35.21%
R=40.83%
G=23.96%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513219400.410.140.1232060.7870
HexE184C2029EC1403d46
Octal341204302051161450075106
Binary1110000110000100110000100101001111011001010000001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E184C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E184C2; }

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

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

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

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

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

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

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

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