Html Css Color HEX #EC52CE Free Speech Magenta

📋 copy color: '#EC52CE'

red 236 ◦ green 82 ◦ blue 206

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

Shades of Free Speech Magenta #EC52CE

Tints of Free Speech Magenta #EC52CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.31%

R = 45.04%
G = 15.65%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EC52CE (or 0xEC52CE) is known color: Free Speech Magenta. HEX triplet: EC, 52 and CE. RGB value is (236,82,206). Sum of RGB (Red+Green+Blue) = 236+82+206=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 82 (32.42% from 255 or 15.65% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC52CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC52CE is #13AD31. Grayscale: #8D8D8D. Windows color (decimal): -1289522 or 13521644. OLE color: 13521644.

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

Color convert

RGB 236 82 206 -
CMYK 0 0.65 0.13 0.07
HSL 311.69º 0.8% 0.62% -
HSV(B) 311.69º 0.65% 0.93% -
XYZ 48.75 28.32 61.29 -
YUV 142.18 164.02 194.92 -
System Red Green Blue C M Y K H S L
Decimal 236 82 206 0 0.65 0.13 0.07 311.69 0.8 0.62
Hex EC 52 CE 0 41 D 7 138 50 3E
Octal 354 122 316 0 101 15 7 470 120 76
Binary 11101100 1010010 11001110 0 1000001 1101 111 100111000 1010000 111110

Color Harmonies of #EC52CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC52CE

Black with #EC52CE

Text Example


Text Example

White with #EC52CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC52CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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