#EA535B

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

Shades of Mandy #EA535B

Tints of Mandy #EA535B

Color information

#EA535B (or 0xEA535B) is unknown color: approx Mandy. HEX triplet: EA, 53 and 5B. RGB value is (234,83,91). Sum of RGB (Red+Green+Blue) = 234+83+91=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA535B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA535B is #15ACA4. Grayscale: #818181. Windows color (decimal): -1420453 or 5985258. OLE color: 5985258.

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

Color convert

RGB2348391-
CMYK00.650.610.08
HSL356.82º78.24%62.16%-
HSV(B)356.82º64.53%91.76%-
XYZ38.9124.4312.56-
YUV129.06106.53202.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 57.35%
GREEN value IS 83 (32.81% from 255) = 20.34%
BLUE value IS 91 (35.94% from 255) = 22.30%
R=57.35%
G=20.34%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234839100.650.610.08356.8278.2462.16
HexEA535B0413D81654e3e
Octal3521231330101751054511676
Binary11101010101001110110110100000111110110001011001011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA535B; }

 p { color: rgb(234,83,91); }

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

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

 a { background-color: rgb(234,83,91); }

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

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

 span { border-color: rgb(234,83,91); }

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