#EA4B60

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

Shades of Mandy #EA4B60

Tints of Mandy #EA4B60

Color information

#EA4B60 (or 0xEA4B60) is unknown color: approx Mandy. HEX triplet: EA, 4B and 60. RGB value is (234,75,96). Sum of RGB (Red+Green+Blue) = 234+75+96=405 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.78% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4B60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4B60 is #15B49F. Grayscale: #7D7D7D. Windows color (decimal): -1422496 or 6310890. OLE color: 6310890.

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

Color convert

RGB2347596-
CMYK00.680.590.08
HSL352.08º79.1%60.59%-
HSV(B)352.08º67.95%91.76%-
XYZ38.5623.3713.54-
YUV124.93111.68205.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 57.78%
GREEN value IS 75 (29.69% from 255) = 18.52%
BLUE value IS 96 (37.89% from 255) = 23.70%
R=57.78%
G=18.52%
B=23.70%

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
Decimal234759600.680.590.08352.0879.160.59
HexEA4B600443B81604f3d
Octal3521131400104731054011775
Binary11101010100101111000000100010011101110001011000001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4B60; }

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

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

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

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

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

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

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

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