#ED505E

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

Shades of Mandy #ED505E

Tints of Mandy #ED505E

Color information

#ED505E (or 0xED505E) is unknown color: approx Mandy. HEX triplet: ED, 50 and 5E. RGB value is (237,80,94). Sum of RGB (Red+Green+Blue) = 237+80+94=411 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.66% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 237 - color contains mainly: red. Hex color #ED505E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED505E is #12AFA1. Grayscale: #808080. Windows color (decimal): -1224610 or 6181101. OLE color: 6181101.

HSL color Cylindrical-coordinate representation of color #ED505E: hue angle of 354.65º 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 #ED505E is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB2378094-
CMYK00.660.600.07
HSL354.65º81.35%62.16%-
HSV(B)354.65º66.24%92.94%-
XYZ39.8124.5513.23-
YUV128.54108.51205.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.66%
GREEN value IS 80 (31.64% from 255) = 19.46%
BLUE value IS 94 (37.11% from 255) = 22.87%
R=57.66%
G=19.46%
B=22.87%

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
Decimal237809400.660.600.07354.6581.3562.16
HexED505E0423C7163513e
Octal355120136010274754312176
Binary1110110110100001011110010000101111001111011000111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED505E; }

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

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

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

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

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

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

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

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