#EA4D4F

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

Shades of Mandy #EA4D4F

Tints of Mandy #EA4D4F

Color information

#EA4D4F (or 0xEA4D4F) is unknown color: approx Mandy. HEX triplet: EA, 4D and 4F. RGB value is (234,77,79). Sum of RGB (Red+Green+Blue) = 234+77+79=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 79 (31.25% from 255 or 20.26% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA4D4F is #15B2B0. Grayscale: #7C7C7C. Windows color (decimal): -1422001 or 5197290. OLE color: 5197290.

HSL color Cylindrical-coordinate representation of color #EA4D4F: hue angle of 359.24º 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 #EA4D4F is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB2347779-
CMYK00.670.660.08
HSL359.24º78.89%60.98%-
HSV(B)359.24º67.09%91.76%-
XYZ3823.369.9-
YUV124.17102.51206.34-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 60%
GREEN value IS 77 (30.47% from 255) = 19.74%
BLUE value IS 79 (31.25% from 255) = 20.26%
R=60%
G=19.74%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234777900.670.660.08359.2478.8960.98
HexEA4D4F0434281674f3d
Octal35211511701031021054711775
Binary111010101001101100111101000011100001010001011001111001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4D4F; }

 p { color: rgb(234,77,79); }

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

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

 a { background-color: rgb(234,77,79); }

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

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

 span { border-color: rgb(234,77,79); }

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