Html Css Color HEX #ED49EF Free Speech Magenta

📋 copy color: '#ED49EF'

red 237 ◦ green 73 ◦ blue 239

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

Shades of Free Speech Magenta #ED49EF

Tints of Free Speech Magenta #ED49EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.53%

R = 43.17%
G = 13.3%
B = 43.53%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ED49EF (or 0xED49EF) is known color: Free Speech Magenta. HEX triplet: ED, 49 and EF. RGB value is (237,73,239). Sum of RGB (Red+Green+Blue) = 237+73+239=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 73 (28.91% from 255 or 13.30% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #ED49EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED49EF is #12B610. Grayscale: #8C8C8C. Windows color (decimal): -1226257 or 15682029. OLE color: 15682029.

HSL color Cylindrical-coordinate representation of color #ED49EF: hue angle of 299.28º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED49EF is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 73 239 -
CMYK 0.01 0.69 0 0.06
HSL 299.28º 0.84% 0.61% -
HSV(B) 299.28º 0.69% 0.94% -
XYZ 52.89 29 84.47 -
YUV 140.96 183.33 196.5 -
System Red Green Blue C M Y K H S L
Decimal 237 73 239 0.01 0.69 0 0.06 299.28 0.84 0.61
Hex ED 49 EF 1 45 0 6 12B 54 3D
Octal 355 111 357 1 105 0 6 453 124 75
Binary 11101101 1001001 11101111 1 1000101 0 110 100101011 1010100 111101

Color Harmonies of #ED49EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED49EF

Black with #ED49EF

Text Example


Text Example

White with #ED49EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED49EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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