#EA4B5D

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

Shades of Mandy #EA4B5D

Tints of Mandy #EA4B5D

Color information

#EA4B5D (or 0xEA4B5D) is unknown color: approx Mandy. HEX triplet: EA, 4B and 5D. RGB value is (234,75,93). Sum of RGB (Red+Green+Blue) = 234+75+93=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 75 (29.69% from 255 or 18.66% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4B5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA4B5D is #15B4A2. Grayscale: #7C7C7C. Windows color (decimal): -1422499 or 6114282. OLE color: 6114282.

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

Color convert

RGB2347593-
CMYK00.680.600.08
HSL353.21º79.1%60.59%-
HSV(B)353.21º67.95%91.76%-
XYZ38.4223.3112.83-
YUV124.59110.18206.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 58.21%
GREEN value IS 75 (29.69% from 255) = 18.66%
BLUE value IS 93 (36.72% from 255) = 23.13%
R=58.21%
G=18.66%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234759300.680.600.08353.2179.160.59
HexEA4B5D0443C81614f3d
Octal3521131350104741054111775
Binary11101010100101110111010100010011110010001011000011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4B5D; }

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

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

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

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

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

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

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

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