Html Css Color HEX #EC51D6 Free Speech Magenta

📋 copy color: '#EC51D6'

red 236 ◦ green 81 ◦ blue 214

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

Shades of Free Speech Magenta #EC51D6

Tints of Free Speech Magenta #EC51D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.3%

R = 44.44%
G = 15.25%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC51D6 (or 0xEC51D6) is known color: Free Speech Magenta. HEX triplet: EC, 51 and D6. RGB value is (236,81,214). Sum of RGB (Red+Green+Blue) = 236+81+214=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 81 (32.03% from 255 or 15.25% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51D6 is #13AE29. Grayscale: #8E8E8E. Windows color (decimal): -1289770 or 14045676. OLE color: 14045676.

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

Color convert

RGB 236 81 214 -
CMYK 0 0.66 0.09 0.07
HSL 308.52º 0.8% 0.62% -
HSV(B) 308.52º 0.66% 0.93% -
XYZ 49.67 28.57 66.52 -
YUV 142.51 168.35 194.69 -
System Red Green Blue C M Y K H S L
Decimal 236 81 214 0 0.66 0.09 0.07 308.52 0.8 0.62
Hex EC 51 D6 0 42 9 7 135 50 3E
Octal 354 121 326 0 102 11 7 465 120 76
Binary 11101100 1010001 11010110 0 1000010 1001 111 100110101 1010000 111110

Color Harmonies of #EC51D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC51D6

Black with #EC51D6

Text Example


Text Example

White with #EC51D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC51D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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