Html Css Color HEX #EC50D9 Free Speech Magenta

📋 copy color: '#EC50D9'

red 236 ◦ green 80 ◦ blue 217

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

Shades of Free Speech Magenta #EC50D9

Tints of Free Speech Magenta #EC50D9

RGB

 RED value IS 236 (92.58% from 255) = 44.28%

 GREEN value IS 80 (31.64% from 255) = 15.01%

 BLUE value IS 217 (85.16% from 255) = 40.71%

R = 44.28%
G = 15.01%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC50D9 (or 0xEC50D9) is known color: Free Speech Magenta. HEX triplet: EC, 50 and D9. RGB value is (236,80,217). Sum of RGB (Red+Green+Blue) = 236+80+217=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 80 (31.64% from 255 or 15.01% from 533); Blue value is 217 (85.16% from 255 or 40.71% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC50D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC50D9 is #13AF26. Grayscale: #8D8D8D. Windows color (decimal): -1290023 or 14242028. OLE color: 14242028.

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

Color convert

RGB 236 80 217 -
CMYK 0 0.66 0.08 0.07
HSL 307.31º 0.8% 0.62% -
HSV(B) 307.31º 0.66% 0.93% -
XYZ 49.99 28.58 68.53 -
YUV 142.26 170.18 194.86 -
System Red Green Blue C M Y K H S L
Decimal 236 80 217 0 0.66 0.08 0.07 307.31 0.8 0.62
Hex EC 50 D9 0 42 8 7 133 50 3E
Octal 354 120 331 0 102 10 7 463 120 76
Binary 11101100 1010000 11011001 0 1000010 1000 111 100110011 1010000 111110

Color Harmonies of #EC50D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC50D9

Black with #EC50D9

Text Example


Text Example

White with #EC50D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC50D9; }

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

 H1.HeaderClassName
 {
   color: #EC50D9;
 }
 .AnyTagClassName
 {
   color: #EC50D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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