Html Css Color HEX #EC505B Mandy

📋 copy color: '#EC505B'

red 236 ◦ green 80 ◦ blue 91

#EC505B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #EC505B

Tints of Mandy #EC505B

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 value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC505B (or 0xEC505B) is known color: 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

RGB 236 80 91 -
CMYK 0 0.66 0.61 0.07
HSL 355.77º 0.8% 0.62% -
HSV(B) 355.77º 0.66% 0.93% -
XYZ 39.35 24.33 12.52 -
YUV 127.9 107.18 205.11 -
System Red Green Blue C M Y K H S L
Decimal 236 80 91 0 0.66 0.61 0.07 355.77 0.8 0.62
Hex EC 50 5B 0 42 3D 7 164 50 3E
Octal 354 120 133 0 102 75 7 544 120 76
Binary 11101100 1010000 1011011 0 1000010 111101 111 101100100 1010000 111110

Color Harmonies of #EC505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC505B

Black with #EC505B

Text Example


Text Example

White with #EC505B

Text Example


Text Example

HTML Codes & Css Web 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>