#EA525D

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

Shades of Mandy #EA525D

Tints of Mandy #EA525D

Color information

#EA525D (or 0xEA525D) is unknown color: approx Mandy. HEX triplet: EA, 52 and 5D. RGB value is (234,82,93). Sum of RGB (Red+Green+Blue) = 234+82+93=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA525D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA525D is #15ADA2. Grayscale: #808080. Windows color (decimal): -1420707 or 6116074. OLE color: 6116074.

HSL color Cylindrical-coordinate representation of color #EA525D: hue angle of 355.66º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EA525D is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB2348293-
CMYK00.650.600.08
HSL355.66º78.35%61.96%-
HSV(B)355.66º64.96%91.76%-
XYZ38.9224.3213-
YUV128.7107.86203.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 57.21%
GREEN value IS 82 (32.42% from 255) = 20.05%
BLUE value IS 93 (36.72% from 255) = 22.74%
R=57.21%
G=20.05%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234829300.650.600.08355.6678.3561.96
HexEA525D0413C81644e3e
Octal3521221350101741054411676
Binary11101010101001010111010100000111110010001011001001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA525D; }

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

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

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

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

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

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

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

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