#EC505C

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

Shades of Mandy #EC505C

Tints of Mandy #EC505C

Color information

#EC505C (or 0xEC505C) is unknown color: approx Mandy. HEX triplet: EC, 50 and 5C. RGB value is (236,80,92). Sum of RGB (Red+Green+Blue) = 236+80+92=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC505C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC505C is #13AFA3. Grayscale: #808080. Windows color (decimal): -1290148 or 6050028. OLE color: 6050028.

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

Color convert

RGB2368092-
CMYK00.660.610.07
HSL355.38º80.41%61.96%-
HSV(B)355.38º66.1%92.55%-
XYZ39.3924.3412.75-
YUV128.01107.68205.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 57.84%
GREEN value IS 80 (31.64% from 255) = 19.61%
BLUE value IS 92 (36.33% from 255) = 22.55%
R=57.84%
G=19.61%
B=22.55%

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
Decimal236809200.660.610.07355.3880.4161.96
HexEC505C0423D7163503e
Octal354120134010275754312076
Binary1110110010100001011100010000101111011111011000111010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC505C; }

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

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

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

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

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

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

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

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