Html Css Color HEX #EC51E5 Free Speech Magenta

📋 copy color: '#EC51E5'

red 236 ◦ green 81 ◦ blue 229

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

Shades of Free Speech Magenta #EC51E5

Tints of Free Speech Magenta #EC51E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.94%

R = 43.22%
G = 14.84%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EC51E5 (or 0xEC51E5) is known color: Free Speech Magenta. HEX triplet: EC, 51 and E5. RGB value is (236,81,229). Sum of RGB (Red+Green+Blue) = 236+81+229=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 81 (32.03% from 255 or 14.84% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC51E5 is #13AE1A. Grayscale: #8F8F8F. Windows color (decimal): -1289755 or 15028716. OLE color: 15028716.

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

Color convert

RGB 236 81 229 -
CMYK 0 0.66 0.03 0.07
HSL 302.71º 0.8% 0.62% -
HSV(B) 302.71º 0.66% 0.93% -
XYZ 51.68 29.37 77.07 -
YUV 144.22 175.85 193.47 -
System Red Green Blue C M Y K H S L
Decimal 236 81 229 0 0.66 0.03 0.07 302.71 0.8 0.62
Hex EC 51 E5 0 42 3 7 12F 50 3E
Octal 354 121 345 0 102 3 7 457 120 76
Binary 11101100 1010001 11100101 0 1000010 11 111 100101111 1010000 111110

Color Harmonies of #EC51E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC51E5

Black with #EC51E5

Text Example


Text Example

White with #EC51E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC51E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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