#EA4E56

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

Shades of Mandy #EA4E56

Tints of Mandy #EA4E56

Color information

#EA4E56 (or 0xEA4E56) is unknown color: approx Mandy. HEX triplet: EA, 4E and 56. RGB value is (234,78,86). Sum of RGB (Red+Green+Blue) = 234+78+86=398 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.79% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4E56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4E56 is #15B1A9. Grayscale: #7D7D7D. Windows color (decimal): -1421738 or 5656298. OLE color: 5656298.

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

Color convert

RGB2347886-
CMYK00.670.630.08
HSL356.92º78.79%61.18%-
HSV(B)356.92º66.67%91.76%-
XYZ38.3423.6111.34-
YUV125.56105.68205.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 58.79%
GREEN value IS 78 (30.86% from 255) = 19.60%
BLUE value IS 86 (33.98% from 255) = 21.61%
R=58.79%
G=19.60%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234788600.670.630.08356.9278.7961.18
HexEA4E560433F81654f3d
Octal3521161260103771054511775
Binary11101010100111010101100100001111111110001011001011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4E56; }

 p { color: rgb(234,78,86); }

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

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

 a { background-color: rgb(234,78,86); }

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

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

 span { border-color: rgb(234,78,86); }

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