Html Css Color HEX #ED53EC Free Speech Magenta

📋 copy color: '#ED53EC'

red 237 ◦ green 83 ◦ blue 236

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

Shades of Free Speech Magenta #ED53EC

Tints of Free Speech Magenta #ED53EC

RGB

 RED value IS 237 (92.97% from 255) = 42.63%

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

 BLUE value IS 236 (92.58% from 255) = 42.45%

R = 42.63%
G = 14.93%
B = 42.45%

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

#ED53EC (or 0xED53EC) is known color: Free Speech Magenta. HEX triplet: ED, 53 and EC. RGB value is (237,83,236). Sum of RGB (Red+Green+Blue) = 237+83+236=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 83 (32.81% from 255 or 14.93% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #ED53EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED53EC is #12AC13. Grayscale: #929292. Windows color (decimal): -1223700 or 15487981. OLE color: 15487981.

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

Color convert

RGB 237 83 236 -
CMYK 0 0.65 0.00 0.07
HSL 300.39º 0.81% 0.63% -
HSV(B) 300.39º 0.65% 0.93% -
XYZ 53.16 30.25 82.39 -
YUV 146.49 178.52 192.56 -
System Red Green Blue C M Y K H S L
Decimal 237 83 236 0 0.65 0.00 0.07 300.39 0.81 0.63
Hex ED 53 EC 0 41 0 7 12C 51 3F
Octal 355 123 354 0 101 0 7 454 121 77
Binary 11101101 1010011 11101100 0 1000001 0 111 100101100 1010001 111111

Color Harmonies of #ED53EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED53EC

Black with #ED53EC

Text Example


Text Example

White with #ED53EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED53EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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