#EA595A

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

Shades of Mandy #EA595A

Tints of Mandy #EA595A

Color information

#EA595A (or 0xEA595A) is unknown color: approx Mandy. HEX triplet: EA, 59 and 5A. RGB value is (234,89,90). Sum of RGB (Red+Green+Blue) = 234+89+90=413 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.66% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 234 - color contains mainly: red. Hex color #EA595A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA595A is #15A6A5. Grayscale: #848484. Windows color (decimal): -1418918 or 5921258. OLE color: 5921258.

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

Color convert

RGB2348990-
CMYK00.620.620.08
HSL359.59º77.54%63.33%-
HSV(B)359.59º61.97%91.76%-
XYZ39.3525.3812.5-
YUV132.47104.04200.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 56.66%
GREEN value IS 89 (35.16% from 255) = 21.55%
BLUE value IS 90 (35.55% from 255) = 21.79%
R=56.66%
G=21.55%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234899000.620.620.08359.5977.5463.33
HexEA595A03E3E81684e3f
Octal352131132076761055011677
Binary1110101010110011011010011111011111010001011010001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA595A; }

 p { color: rgb(234,89,90); }

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

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

 a { background-color: rgb(234,89,90); }

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

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

 span { border-color: rgb(234,89,90); }

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