Html Css Color HEX #EC53CE Free Speech Magenta

📋 copy color: '#EC53CE'

red 236 ◦ green 83 ◦ blue 206

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

Shades of Free Speech Magenta #EC53CE

Tints of Free Speech Magenta #EC53CE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.81%

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

R = 44.95%
G = 15.81%
B = 39.24%

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

#EC53CE (or 0xEC53CE) is known color: Free Speech Magenta. HEX triplet: EC, 53 and CE. RGB value is (236,83,206). Sum of RGB (Red+Green+Blue) = 236+83+206=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 83 (32.81% from 255 or 15.81% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC53CE is #13AC31. Grayscale: #8E8E8E. Windows color (decimal): -1289266 or 13521900. OLE color: 13521900.

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

Color convert

RGB 236 83 206 -
CMYK 0 0.65 0.13 0.07
HSL 311.76º 0.8% 0.63% -
HSV(B) 311.76º 0.65% 0.93% -
XYZ 48.83 28.48 61.32 -
YUV 142.77 163.69 194.5 -
System Red Green Blue C M Y K H S L
Decimal 236 83 206 0 0.65 0.13 0.07 311.76 0.8 0.63
Hex EC 53 CE 0 41 D 7 138 50 3F
Octal 354 123 316 0 101 15 7 470 120 77
Binary 11101100 1010011 11001110 0 1000001 1101 111 100111000 1010000 111111

Color Harmonies of #EC53CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC53CE

Black with #EC53CE

Text Example


Text Example

White with #EC53CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC53CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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