Html Css Color HEX #ED4AED Free Speech Magenta

📋 copy color: '#ED4AED'

red 237 ◦ green 74 ◦ blue 237

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

Shades of Free Speech Magenta #ED4AED

Tints of Free Speech Magenta #ED4AED

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.5%

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

R = 43.25%
G = 13.5%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ED4AED (or 0xED4AED) is known color: Free Speech Magenta. HEX triplet: ED, 4A and ED. RGB value is (237,74,237). Sum of RGB (Red+Green+Blue) = 237+74+237=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 74 (29.30% from 255 or 13.50% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED4AED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED4AED is #12B512. Grayscale: #8C8C8C. Windows color (decimal): -1226003 or 15551213. OLE color: 15551213.

HSL color Cylindrical-coordinate representation of color #ED4AED: hue angle of 300º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED4AED is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 74 237 -
CMYK 0 0.69 0 0.07
HSL 300º 0.82% 0.61% -
HSV(B) 300º 0.69% 0.93% -
XYZ 52.66 29.02 82.95 -
YUV 141.32 182 196.25 -
System Red Green Blue C M Y K H S L
Decimal 237 74 237 0 0.69 0 0.07 300 0.82 0.61
Hex ED 4A ED 0 45 0 7 12C 52 3D
Octal 355 112 355 0 105 0 7 454 122 75
Binary 11101101 1001010 11101101 0 1000101 0 111 100101100 1010010 111101

Color Harmonies of #ED4AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4AED

Black with #ED4AED

Text Example


Text Example

White with #ED4AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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