#EA4C60

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

Shades of Mandy #EA4C60

Tints of Mandy #EA4C60

Color information

#EA4C60 (or 0xEA4C60) is unknown color: approx Mandy. HEX triplet: EA, 4C and 60. RGB value is (234,76,96). Sum of RGB (Red+Green+Blue) = 234+76+96=406 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.64% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4C60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4C60 is #15B39F. Grayscale: #7D7D7D. Windows color (decimal): -1422240 or 6311146. OLE color: 6311146.

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

Color convert

RGB2347696-
CMYK00.680.590.08
HSL352.41º79%60.78%-
HSV(B)352.41º67.52%91.76%-
XYZ38.6323.5113.57-
YUV125.52111.35205.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 57.64%
GREEN value IS 76 (30.08% from 255) = 18.72%
BLUE value IS 96 (37.89% from 255) = 23.65%
R=57.64%
G=18.72%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234769600.680.590.08352.417960.78
HexEA4C600443B81604f3d
Octal3521141400104731054011775
Binary11101010100110011000000100010011101110001011000001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4C60; }

 p { color: rgb(234,76,96); }

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

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

 a { background-color: rgb(234,76,96); }

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

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

 span { border-color: rgb(234,76,96); }

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