Html Css Color HEX #ED53ED Free Speech Magenta

📋 copy color: '#ED53ED'

red 237 ◦ green 83 ◦ blue 237

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

Shades of Free Speech Magenta #ED53ED

Tints of Free Speech Magenta #ED53ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.55%

R = 42.55%
G = 14.9%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED53ED (or 0xED53ED) is known color: Free Speech Magenta. HEX triplet: ED, 53 and ED. RGB value is (237,83,237). Sum of RGB (Red+Green+Blue) = 237+83+237=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 83 (32.81% from 255 or 14.90% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED53ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED53ED is #12AC12. Grayscale: #929292. Windows color (decimal): -1223699 or 15553517. OLE color: 15553517.

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

Color convert

RGB 237 83 237 -
CMYK 0 0.65 0 0.07
HSL 300º 0.81% 0.63% -
HSV(B) 300º 0.65% 0.93% -
XYZ 53.3 30.31 83.16 -
YUV 146.6 179.02 192.48 -
System Red Green Blue C M Y K H S L
Decimal 237 83 237 0 0.65 0 0.07 300 0.81 0.63
Hex ED 53 ED 0 41 0 7 12C 51 3F
Octal 355 123 355 0 101 0 7 454 121 77
Binary 11101101 1010011 11101101 0 1000001 0 111 100101100 1010001 111111

Color Harmonies of #ED53ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED53ED

Black with #ED53ED

Text Example


Text Example

White with #ED53ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED53ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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