Html Css Color HEX #EC53DD Free Speech Magenta

📋 copy color: '#EC53DD'

red 236 ◦ green 83 ◦ blue 221

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

Shades of Free Speech Magenta #EC53DD

Tints of Free Speech Magenta #EC53DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.93%

R = 43.7%
G = 15.37%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EC53DD (or 0xEC53DD) is known color: Free Speech Magenta. HEX triplet: EC, 53 and DD. RGB value is (236,83,221). Sum of RGB (Red+Green+Blue) = 236+83+221=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 83 (32.81% from 255 or 15.37% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC53DD is #13AC22. Grayscale: #909090. Windows color (decimal): -1289251 or 14504940. OLE color: 14504940.

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

Color convert

RGB 236 83 221 -
CMYK 0 0.65 0.06 0.07
HSL 305.88º 0.8% 0.63% -
HSV(B) 305.88º 0.65% 0.93% -
XYZ 50.74 29.24 71.38 -
YUV 144.48 171.19 193.28 -
System Red Green Blue C M Y K H S L
Decimal 236 83 221 0 0.65 0.06 0.07 305.88 0.8 0.63
Hex EC 53 DD 0 41 6 7 132 50 3F
Octal 354 123 335 0 101 6 7 462 120 77
Binary 11101100 1010011 11011101 0 1000001 110 111 100110010 1010000 111111

Color Harmonies of #EC53DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC53DD

Black with #EC53DD

Text Example


Text Example

White with #EC53DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC53DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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