Html Css Color HEX #EC51D9 Free Speech Magenta

📋 copy color: '#EC51D9'

red 236 ◦ green 81 ◦ blue 217

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

Shades of Free Speech Magenta #EC51D9

Tints of Free Speech Magenta #EC51D9

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.17%

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

R = 44.19%
G = 15.17%
B = 40.64%

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

#EC51D9 (or 0xEC51D9) is known color: Free Speech Magenta. HEX triplet: EC, 51 and D9. RGB value is (236,81,217). Sum of RGB (Red+Green+Blue) = 236+81+217=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 81 (32.03% from 255 or 15.17% from 534); Blue value is 217 (85.16% from 255 or 40.64% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51D9 is #13AE26. Grayscale: #8E8E8E. Windows color (decimal): -1289767 or 14242284. OLE color: 14242284.

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

Color convert

RGB 236 81 217 -
CMYK 0 0.66 0.08 0.07
HSL 307.35º 0.8% 0.62% -
HSV(B) 307.35º 0.66% 0.93% -
XYZ 50.06 28.73 68.55 -
YUV 142.85 169.85 194.44 -
System Red Green Blue C M Y K H S L
Decimal 236 81 217 0 0.66 0.08 0.07 307.35 0.8 0.62
Hex EC 51 D9 0 42 8 7 133 50 3E
Octal 354 121 331 0 102 10 7 463 120 76
Binary 11101100 1010001 11011001 0 1000010 1000 111 100110011 1010000 111110

Color Harmonies of #EC51D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC51D9

Black with #EC51D9

Text Example


Text Example

White with #EC51D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC51D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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