#EA4B55

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

Shades of Mandy #EA4B55

Tints of Mandy #EA4B55

Color information

#EA4B55 (or 0xEA4B55) is unknown color: approx Mandy. HEX triplet: EA, 4B and 55. RGB value is (234,75,85). Sum of RGB (Red+Green+Blue) = 234+75+85=394 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.39% from 394); Green value is 75 (29.69% from 255 or 19.04% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4B55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4B55 is #15B4AA. Grayscale: #7B7B7B. Windows color (decimal): -1422507 or 5589994. OLE color: 5589994.

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

Color convert

RGB2347585-
CMYK00.680.640.08
HSL356.23º79.1%60.59%-
HSV(B)356.23º67.95%91.76%-
XYZ38.0923.1811.06-
YUV123.68106.18206.69-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 59.39%
GREEN value IS 75 (29.69% from 255) = 19.04%
BLUE value IS 85 (33.59% from 255) = 21.57%
R=59.39%
G=19.04%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234758500.680.640.08356.2379.160.59
HexEA4B550444081644f3d
Octal35211312501041001054411775
Binary111010101001011101010101000100100000010001011001001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4B55; }

 p { color: rgb(234,75,85); }

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

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

 a { background-color: rgb(234,75,85); }

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

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

 span { border-color: rgb(234,75,85); }

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