Html Css Color HEX #EC53DA Free Speech Magenta

📋 copy color: '#EC53DA'

red 236 ◦ green 83 ◦ blue 218

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

Shades of Free Speech Magenta #EC53DA

Tints of Free Speech Magenta #EC53DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.6%

R = 43.95%
G = 15.46%
B = 40.6%

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

#EC53DA (or 0xEC53DA) is known color: Free Speech Magenta. HEX triplet: EC, 53 and DA. RGB value is (236,83,218). Sum of RGB (Red+Green+Blue) = 236+83+218=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 83 (32.81% from 255 or 15.46% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC53DA is #13AC25. Grayscale: #8F8F8F. Windows color (decimal): -1289254 or 14308332. OLE color: 14308332.

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

Color convert

RGB 236 83 218 -
CMYK 0 0.65 0.08 0.07
HSL 307.06º 0.8% 0.63% -
HSV(B) 307.06º 0.65% 0.93% -
XYZ 50.34 29.08 69.29 -
YUV 144.14 169.69 193.52 -
System Red Green Blue C M Y K H S L
Decimal 236 83 218 0 0.65 0.08 0.07 307.06 0.8 0.63
Hex EC 53 DA 0 41 8 7 133 50 3F
Octal 354 123 332 0 101 10 7 463 120 77
Binary 11101100 1010011 11011010 0 1000001 1000 111 100110011 1010000 111111

Color Harmonies of #EC53DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC53DA

Black with #EC53DA

Text Example


Text Example

White with #EC53DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC53DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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