#EC505B

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

Shades of Mandy #EC505B

Tints of Mandy #EC505B

Color information

#EC505B (or 0xEC505B) is unknown color: approx Mandy. HEX triplet: EC, 50 and 5B. RGB value is (236,80,91). Sum of RGB (Red+Green+Blue) = 236+80+91=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 91 (35.94% from 255 or 22.36% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC505B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC505B is #13AFA4. Grayscale: #808080. Windows color (decimal): -1290149 or 5984492. OLE color: 5984492.

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

Color convert

RGB2368091-
CMYK00.660.610.07
HSL355.77º80.41%61.96%-
HSV(B)355.77º66.1%92.55%-
XYZ39.3524.3312.52-
YUV127.9107.18205.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 57.99%
GREEN value IS 80 (31.64% from 255) = 19.66%
BLUE value IS 91 (35.94% from 255) = 22.36%
R=57.99%
G=19.66%
B=22.36%

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
Decimal236809100.660.610.07355.7780.4161.96
HexEC505B0423D7164503e
Octal354120133010275754412076
Binary1110110010100001011011010000101111011111011001001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC505B; }

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

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

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

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

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

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

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

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