Html Css Color HEX #EC51DA Free Speech Magenta

📋 copy color: '#EC51DA'

red 236 ◦ green 81 ◦ blue 218

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

Shades of Free Speech Magenta #EC51DA

Tints of Free Speech Magenta #EC51DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.75%

R = 44.11%
G = 15.14%
B = 40.75%

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

#EC51DA (or 0xEC51DA) is known color: Free Speech Magenta. HEX triplet: EC, 51 and DA. RGB value is (236,81,218). Sum of RGB (Red+Green+Blue) = 236+81+218=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 81 (32.03% from 255 or 15.14% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51DA is #13AE25. Grayscale: #8E8E8E. Windows color (decimal): -1289766 or 14307820. OLE color: 14307820.

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

Color convert

RGB 236 81 218 -
CMYK 0 0.66 0.08 0.07
HSL 306.97º 0.8% 0.62% -
HSV(B) 306.97º 0.66% 0.93% -
XYZ 50.19 28.78 69.24 -
YUV 142.96 170.35 194.36 -
System Red Green Blue C M Y K H S L
Decimal 236 81 218 0 0.66 0.08 0.07 306.97 0.8 0.62
Hex EC 51 DA 0 42 8 7 133 50 3E
Octal 354 121 332 0 102 10 7 463 120 76
Binary 11101100 1010001 11011010 0 1000010 1000 111 100110011 1010000 111110

Color Harmonies of #EC51DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC51DA

Black with #EC51DA

Text Example


Text Example

White with #EC51DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC51DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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