#ED505C

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

Shades of Mandy #ED505C

Tints of Mandy #ED505C

Color information

#ED505C (or 0xED505C) is unknown color: approx Mandy. HEX triplet: ED, 50 and 5C. RGB value is (237,80,92). Sum of RGB (Red+Green+Blue) = 237+80+92=409 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.95% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 237 - color contains mainly: red. Hex color #ED505C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED505C is #12AFA3. Grayscale: #808080. Windows color (decimal): -1224612 or 6050029. OLE color: 6050029.

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

Color convert

RGB2378092-
CMYK00.660.610.07
HSL355.41º81.35%62.16%-
HSV(B)355.41º66.24%92.94%-
XYZ39.7324.5112.76-
YUV128.31107.51205.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 57.95%
GREEN value IS 80 (31.64% from 255) = 19.56%
BLUE value IS 92 (36.33% from 255) = 22.49%
R=57.95%
G=19.56%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237809200.660.610.07355.4181.3562.16
HexED505C0423D7163513e
Octal355120134010275754312176
Binary1110110110100001011100010000101111011111011000111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED505C; }

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

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

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

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

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

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

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

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