Html Css Color HEX #ED49E9 Free Speech Magenta

📋 copy color: '#ED49E9'

red 237 ◦ green 73 ◦ blue 233

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

Shades of Free Speech Magenta #ED49E9

Tints of Free Speech Magenta #ED49E9

RGB

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

 GREEN value IS 73 (28.91% from 255) = 13.44%

 BLUE value IS 233 (91.41% from 255) = 42.91%

R = 43.65%
G = 13.44%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#ED49E9 (or 0xED49E9) is known color: Free Speech Magenta. HEX triplet: ED, 49 and E9. RGB value is (237,73,233). Sum of RGB (Red+Green+Blue) = 237+73+233=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 73 (28.91% from 255 or 13.44% from 543); Blue value is 233 (91.41% from 255 or 42.91% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #ED49E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED49E9 is #12B616. Grayscale: #8B8B8B. Windows color (decimal): -1226263 or 15288813. OLE color: 15288813.

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

Color convert

RGB 237 73 233 -
CMYK 0 0.69 0.02 0.07
HSL 301.46º 0.82% 0.61% -
HSV(B) 301.46º 0.69% 0.93% -
XYZ 52.02 28.65 79.88 -
YUV 140.28 180.33 196.99 -
System Red Green Blue C M Y K H S L
Decimal 237 73 233 0 0.69 0.02 0.07 301.46 0.82 0.61
Hex ED 49 E9 0 45 2 7 12D 52 3D
Octal 355 111 351 0 105 2 7 455 122 75
Binary 11101101 1001001 11101001 0 1000101 10 111 100101101 1010010 111101

Color Harmonies of #ED49E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED49E9

Black with #ED49E9

Text Example


Text Example

White with #ED49E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED49E9; }

 p { color: rgb(237,73,233); }

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

background-color css

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

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

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

border-color css

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

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

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