Html Css Color HEX #EC53EB Free Speech Magenta

📋 copy color: '#EC53EB'

red 236 ◦ green 83 ◦ blue 235

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

Shades of Free Speech Magenta #EC53EB

Tints of Free Speech Magenta #EC53EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.42%

R = 42.6%
G = 14.98%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EC53EB (or 0xEC53EB) is known color: Free Speech Magenta. HEX triplet: EC, 53 and EB. RGB value is (236,83,235). Sum of RGB (Red+Green+Blue) = 236+83+235=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 83 (32.81% from 255 or 14.98% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #EC53EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC53EB is #13AC14. Grayscale: #919191. Windows color (decimal): -1289237 or 15422444. OLE color: 15422444.

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

Color convert

RGB 236 83 235 -
CMYK 0 0.65 0.00 0.07
HSL 300.39º 0.8% 0.63% -
HSV(B) 300.39º 0.65% 0.93% -
XYZ 52.68 30.02 81.61 -
YUV 146.08 178.19 192.14 -
System Red Green Blue C M Y K H S L
Decimal 236 83 235 0 0.65 0.00 0.07 300.39 0.8 0.63
Hex EC 53 EB 0 41 0 7 12C 50 3F
Octal 354 123 353 0 101 0 7 454 120 77
Binary 11101100 1010011 11101011 0 1000001 0 111 100101100 1010000 111111

Color Harmonies of #EC53EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC53EB

Black with #EC53EB

Text Example


Text Example

White with #EC53EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC53EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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