Html Css Color HEX #EC505C Mandy

📋 copy color: '#EC505C'

red 236 ◦ green 80 ◦ blue 92

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

Shades of Mandy #EC505C

Tints of Mandy #EC505C

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 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

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

RGB 236 80 92 -
CMYK 0 0.66 0.61 0.07
HSL 355.38º 0.8% 0.62% -
HSV(B) 355.38º 0.66% 0.93% -
XYZ 39.39 24.34 12.75 -
YUV 128.01 107.68 205.02 -
System Red Green Blue C M Y K H S L
Decimal 236 80 92 0 0.66 0.61 0.07 355.38 0.8 0.62
Hex EC 50 5C 0 42 3D 7 163 50 3E
Octal 354 120 134 0 102 75 7 543 120 76
Binary 11101100 1010000 1011100 0 1000010 111101 111 101100011 1010000 111110

Color Harmonies of #EC505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC505C

Black with #EC505C

Text Example


Text Example

White with #EC505C

Text Example


Text Example

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