#ED515E

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

Shades of Mandy #ED515E

Tints of Mandy #ED515E

Color information

#ED515E (or 0xED515E) is unknown color: approx Mandy. HEX triplet: ED, 51 and 5E. RGB value is (237,81,94). Sum of RGB (Red+Green+Blue) = 237+81+94=412 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.52% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 237 - color contains mainly: red. Hex color #ED515E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED515E is #12AEA1. Grayscale: #818181. Windows color (decimal): -1224354 or 6181357. OLE color: 6181357.

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

Color convert

RGB2378194-
CMYK00.660.600.07
HSL355º81.25%62.35%-
HSV(B)355º65.82%92.94%-
XYZ39.8924.713.25-
YUV129.13108.18204.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.52%
GREEN value IS 81 (32.03% from 255) = 19.66%
BLUE value IS 94 (37.11% from 255) = 22.82%
R=57.52%
G=19.66%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237819400.660.600.0735581.2562.35
HexED515E0423C7163513e
Octal355121136010274754312176
Binary1110110110100011011110010000101111001111011000111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED515E; }

 p { color: rgb(237,81,94); }

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

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

 a { background-color: rgb(237,81,94); }

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

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

 span { border-color: rgb(237,81,94); }

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