Html Css Color HEX #EC52E9 Free Speech Magenta

📋 copy color: '#EC52E9'

red 236 ◦ green 82 ◦ blue 233

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

Shades of Free Speech Magenta #EC52E9

Tints of Free Speech Magenta #EC52E9

RGB

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

 GREEN value IS 82 (32.42% from 255) = 14.88%

 BLUE value IS 233 (91.41% from 255) = 42.29%

R = 42.83%
G = 14.88%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EC52E9 (or 0xEC52E9) is known color: Free Speech Magenta. HEX triplet: EC, 52 and E9. RGB value is (236,82,233). Sum of RGB (Red+Green+Blue) = 236+82+233=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 82 (32.42% from 255 or 14.88% from 551); Blue value is 233 (91.41% from 255 or 42.29% from 551); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC52E9 is #13AD16. Grayscale: #909090. Windows color (decimal): -1289495 or 15291116. OLE color: 15291116.

HSL color Cylindrical-coordinate representation of color #EC52E9: hue angle of 301.17º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EC52E9 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 82 233 -
CMYK 0 0.65 0.01 0.07
HSL 301.17º 0.8% 0.62% -
HSV(B) 301.17º 0.65% 0.93% -
XYZ 52.32 29.75 80.08 -
YUV 145.26 177.52 192.72 -
System Red Green Blue C M Y K H S L
Decimal 236 82 233 0 0.65 0.01 0.07 301.17 0.8 0.62
Hex EC 52 E9 0 41 1 7 12D 50 3E
Octal 354 122 351 0 101 1 7 455 120 76
Binary 11101100 1010010 11101001 0 1000001 1 111 100101101 1010000 111110

Color Harmonies of #EC52E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC52E9

Black with #EC52E9

Text Example


Text Example

White with #EC52E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC52E9; }

 p { color: rgb(236,82,233); }

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

background-color css

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

 a { background-color: rgb(236,82,233); }

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

border-color css

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

 span { border-color: rgb(236,82,233); }

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