Html Css Color HEX #EC52D9 Free Speech Magenta

📋 copy color: '#EC52D9'

red 236 ◦ green 82 ◦ blue 217

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

Shades of Free Speech Magenta #EC52D9

Tints of Free Speech Magenta #EC52D9

RGB

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

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

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

R = 44.11%
G = 15.33%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC52D9 (or 0xEC52D9) is known color: Free Speech Magenta. HEX triplet: EC, 52 and D9. RGB value is (236,82,217). Sum of RGB (Red+Green+Blue) = 236+82+217=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 82 (32.42% from 255 or 15.33% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC52D9 is #13AD26. Grayscale: #8F8F8F. Windows color (decimal): -1289511 or 14242540. OLE color: 14242540.

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

Color convert

RGB 236 82 217 -
CMYK 0 0.65 0.08 0.07
HSL 307.4º 0.8% 0.62% -
HSV(B) 307.4º 0.65% 0.93% -
XYZ 50.13 28.88 68.58 -
YUV 143.44 169.52 194.02 -
System Red Green Blue C M Y K H S L
Decimal 236 82 217 0 0.65 0.08 0.07 307.4 0.8 0.62
Hex EC 52 D9 0 41 8 7 133 50 3E
Octal 354 122 331 0 101 10 7 463 120 76
Binary 11101100 1010010 11011001 0 1000001 1000 111 100110011 1010000 111110

Color Harmonies of #EC52D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC52D9

Black with #EC52D9

Text Example


Text Example

White with #EC52D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC52D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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