Html Css Color HEX #ED49DA Free Speech Magenta

📋 copy color: '#ED49DA'

red 237 ◦ green 73 ◦ blue 218

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

Shades of Free Speech Magenta #ED49DA

Tints of Free Speech Magenta #ED49DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.29%

R = 44.89%
G = 13.83%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED49DA (or 0xED49DA) is known color: Free Speech Magenta. HEX triplet: ED, 49 and DA. RGB value is (237,73,218). Sum of RGB (Red+Green+Blue) = 237+73+218=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 73 (28.91% from 255 or 13.83% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #ED49DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED49DA is #12B625. Grayscale: #8A8A8A. Windows color (decimal): -1226278 or 14305773. OLE color: 14305773.

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

Color convert

RGB 237 73 218 -
CMYK 0 0.69 0.08 0.07
HSL 306.95º 0.82% 0.61% -
HSV(B) 306.95º 0.69% 0.93% -
XYZ 49.96 27.83 69.07 -
YUV 138.57 172.83 198.21 -
System Red Green Blue C M Y K H S L
Decimal 237 73 218 0 0.69 0.08 0.07 306.95 0.82 0.61
Hex ED 49 DA 0 45 8 7 133 52 3D
Octal 355 111 332 0 105 10 7 463 122 75
Binary 11101101 1001001 11011010 0 1000101 1000 111 100110011 1010010 111101

Color Harmonies of #ED49DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED49DA

Black with #ED49DA

Text Example


Text Example

White with #ED49DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED49DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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