Html Css Color HEX #EC52D6 Free Speech Magenta

📋 copy color: '#EC52D6'

red 236 ◦ green 82 ◦ blue 214

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

Shades of Free Speech Magenta #EC52D6

Tints of Free Speech Magenta #EC52D6

RGB

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

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

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

R = 44.36%
G = 15.41%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC52D6 (or 0xEC52D6) is known color: Free Speech Magenta. HEX triplet: EC, 52 and D6. RGB value is (236,82,214). Sum of RGB (Red+Green+Blue) = 236+82+214=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 82 (32.42% from 255 or 15.41% from 532); Blue value is 214 (83.98% from 255 or 40.23% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC52D6 is #13AD29. Grayscale: #8E8E8E. Windows color (decimal): -1289514 or 14045932. OLE color: 14045932.

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

Color convert

RGB 236 82 214 -
CMYK 0 0.65 0.09 0.07
HSL 308.57º 0.8% 0.62% -
HSV(B) 308.57º 0.65% 0.93% -
XYZ 49.75 28.72 66.54 -
YUV 143.09 168.02 194.27 -
System Red Green Blue C M Y K H S L
Decimal 236 82 214 0 0.65 0.09 0.07 308.57 0.8 0.62
Hex EC 52 D6 0 41 9 7 135 50 3E
Octal 354 122 326 0 101 11 7 465 120 76
Binary 11101100 1010010 11010110 0 1000001 1001 111 100110101 1010000 111110

Color Harmonies of #EC52D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC52D6

Black with #EC52D6

Text Example


Text Example

White with #EC52D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC52D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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