#E084C3

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

Shades of Tea Rose #E084C3

Tints of Tea Rose #E084C3

Color information

#E084C3 (or 0xE084C3) is unknown color: approx Tea Rose. HEX triplet: E0, 84 and C3. RGB value is (224,132,195). Sum of RGB (Red+Green+Blue) = 224+132+195=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 132 (51.95% from 255 or 23.96% from 551); Blue value is 195 (76.56% from 255 or 35.39% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E084C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E084C3 is #1F7B3C. Grayscale: #A6A6A6. Windows color (decimal): -2063165 or 12813536. OLE color: 12813536.

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

Color convert

RGB224132195-
CMYK00.410.130.12
HSL318.91º59.74%69.8%-
HSV(B)318.91º41.07%87.84%-
XYZ48.8436.2956.06-
YUV166.69143.98168.88-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.65%
GREEN value IS 132 (51.95% from 255) = 23.96%
BLUE value IS 195 (76.56% from 255) = 35.39%
R=40.65%
G=23.96%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22413219500.410.130.12318.9159.7469.8
HexE084C3029DC13f3c46
Octal340204303051151447774106
Binary1110000010000100110000110101001110111001001111111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E084C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E084C3; }

 p { color: rgb(224,132,195); }

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

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

 a { background-color: rgb(224,132,195); }

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

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

 span { border-color: rgb(224,132,195); }

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