#ED595A

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

Shades of Mandy #ED595A

Tints of Mandy #ED595A

Color information

#ED595A (or 0xED595A) is unknown color: approx Mandy. HEX triplet: ED, 59 and 5A. RGB value is (237,89,90). Sum of RGB (Red+Green+Blue) = 237+89+90=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED595A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED595A is #12A6A5. Grayscale: #858585. Windows color (decimal): -1222310 or 5921261. OLE color: 5921261.

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

Color convert

RGB2378990-
CMYK00.620.620.07
HSL359.59º80.43%63.92%-
HSV(B)359.59º62.45%92.94%-
XYZ40.3425.8912.54-
YUV133.37103.53201.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.97%
GREEN value IS 89 (35.16% from 255) = 21.39%
BLUE value IS 90 (35.55% from 255) = 21.63%
R=56.97%
G=21.39%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237899000.620.620.07359.5980.4363.92
HexED595A03E3E71685040
Octal355131132076767550120100
Binary1110110110110011011010011111011111011110110100010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED595A; }

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

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

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

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

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

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

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

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