#EC4D4F

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

Shades of Mandy #EC4D4F

Tints of Mandy #EC4D4F

Color information

#EC4D4F (or 0xEC4D4F) is unknown color: approx Mandy. HEX triplet: EC, 4D and 4F. RGB value is (236,77,79). Sum of RGB (Red+Green+Blue) = 236+77+79=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 79 (31.25% from 255 or 20.15% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC4D4F is #13B2B0. Grayscale: #7C7C7C. Windows color (decimal): -1290929 or 5197292. OLE color: 5197292.

HSL color Cylindrical-coordinate representation of color #EC4D4F: hue angle of 359.25º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC4D4F is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB2367779-
CMYK00.670.670.07
HSL359.25º80.71%61.37%-
HSV(B)359.25º67.37%92.55%-
XYZ38.6623.719.94-
YUV124.77102.18207.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 60.20%
GREEN value IS 77 (30.47% from 255) = 19.64%
BLUE value IS 79 (31.25% from 255) = 20.15%
R=60.20%
G=19.64%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236777900.670.670.07359.2580.7161.37
HexEC4D4F043437167513d
Octal3541151170103103754712175
Binary11101100100110110011110100001110000111111011001111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC4D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC4D4F; }

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

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

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

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

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

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

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

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