Html Css Color HEX #EC53CD Free Speech Magenta

📋 copy color: '#EC53CD'

red 236 ◦ green 83 ◦ blue 205

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

Shades of Free Speech Magenta #EC53CD

Tints of Free Speech Magenta #EC53CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.12%

R = 45.04%
G = 15.84%
B = 39.12%

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

#EC53CD (or 0xEC53CD) is known color: Free Speech Magenta. HEX triplet: EC, 53 and CD. RGB value is (236,83,205). Sum of RGB (Red+Green+Blue) = 236+83+205=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 83 (32.81% from 255 or 15.84% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC53CD is #13AC32. Grayscale: #8E8E8E. Windows color (decimal): -1289267 or 13456364. OLE color: 13456364.

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

Color convert

RGB 236 83 205 -
CMYK 0 0.65 0.13 0.07
HSL 312.16º 0.8% 0.63% -
HSV(B) 312.16º 0.65% 0.93% -
XYZ 48.7 28.43 60.68 -
YUV 142.66 163.19 194.58 -
System Red Green Blue C M Y K H S L
Decimal 236 83 205 0 0.65 0.13 0.07 312.16 0.8 0.63
Hex EC 53 CD 0 41 D 7 138 50 3F
Octal 354 123 315 0 101 15 7 470 120 77
Binary 11101100 1010011 11001101 0 1000001 1101 111 100111000 1010000 111111

Color Harmonies of #EC53CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC53CD

Black with #EC53CD

Text Example


Text Example

White with #EC53CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC53CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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