#EA4B5F

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

Shades of Mandy #EA4B5F

Tints of Mandy #EA4B5F

Color information

#EA4B5F (or 0xEA4B5F) is unknown color: approx Mandy. HEX triplet: EA, 4B and 5F. RGB value is (234,75,95). Sum of RGB (Red+Green+Blue) = 234+75+95=404 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.92% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 95 (37.5% from 255 or 23.51% from 404); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4B5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4B5F is #15B4A0. Grayscale: #7C7C7C. Windows color (decimal): -1422497 or 6245354. OLE color: 6245354.

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

Color convert

RGB2347595-
CMYK00.680.590.08
HSL352.45º79.1%60.59%-
HSV(B)352.45º67.95%91.76%-
XYZ38.5123.3513.3-
YUV124.82111.18205.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 57.92%
GREEN value IS 75 (29.69% from 255) = 18.56%
BLUE value IS 95 (37.5% from 255) = 23.51%
R=57.92%
G=18.56%
B=23.51%

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
Decimal234759500.680.590.08352.4579.160.59
HexEA4B5F0443B81604f3d
Octal3521131370104731054011775
Binary11101010100101110111110100010011101110001011000001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4B5F; }

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

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

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

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

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

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

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

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