#EA4954

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

Shades of Mandy #EA4954

Tints of Mandy #EA4954

Color information

#EA4954 (or 0xEA4954) is unknown color: approx Mandy. HEX triplet: EA, 49 and 54. RGB value is (234,73,84). Sum of RGB (Red+Green+Blue) = 234+73+84=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4954 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4954 is #15B6AB. Grayscale: #7A7A7A. Windows color (decimal): -1423020 or 5523946. OLE color: 5523946.

HSL color Cylindrical-coordinate representation of color #EA4954: hue angle of 355.9º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA4954 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB2347384-
CMYK00.690.640.08
HSL355.9º79.31%60.2%-
HSV(B)355.9º68.8%91.76%-
XYZ37.9122.910.81-
YUV122.39106.34207.61-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 59.85%
GREEN value IS 73 (28.91% from 255) = 18.67%
BLUE value IS 84 (33.20% from 255) = 21.48%
R=59.85%
G=18.67%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234738400.690.640.08355.979.3160.2
HexEA49540454081644f3c
Octal35211112401051001054411774
Binary111010101001001101010001000101100000010001011001001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4954; }

 p { color: rgb(234,73,84); }

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

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

 a { background-color: rgb(234,73,84); }

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

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

 span { border-color: rgb(234,73,84); }

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