Html Css Color HEX #E54ED9 Free Speech Magenta

📋 copy color: '#E54ED9'

red 229 ◦ green 78 ◦ blue 217

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

Shades of Free Speech Magenta #E54ED9

Tints of Free Speech Magenta #E54ED9

RGB

 RED value IS 229 (89.84% from 255) = 43.7%

 GREEN value IS 78 (30.86% from 255) = 14.89%

 BLUE value IS 217 (85.16% from 255) = 41.41%

R = 43.7%
G = 14.89%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E54ED9 (or 0xE54ED9) is known color: Free Speech Magenta. HEX triplet: E5, 4E and D9. RGB value is (229,78,217). Sum of RGB (Red+Green+Blue) = 229+78+217=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 78 (30.86% from 255 or 14.89% from 524); Blue value is 217 (85.16% from 255 or 41.41% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E54ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E54ED9 is #1AB126. Grayscale: #8A8A8A. Windows color (decimal): -1749287 or 14241509. OLE color: 14241509.

HSL color Cylindrical-coordinate representation of color #E54ED9: hue angle of 304.77º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E54ED9 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 78 217 -
CMYK 0 0.66 0.05 0.10
HSL 304.77º 0.74% 0.6% -
HSV(B) 304.77º 0.66% 0.9% -
XYZ 47.56 27.12 68.37 -
YUV 139 172.03 192.2 -
System Red Green Blue C M Y K H S L
Decimal 229 78 217 0 0.66 0.05 0.10 304.77 0.74 0.6
Hex E5 4E D9 0 42 5 A 131 4A 3C
Octal 345 116 331 0 102 5 12 461 112 74
Binary 11100101 1001110 11011001 0 1000010 101 1010 100110001 1001010 111100

Color Harmonies of #E54ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54ED9

Black with #E54ED9

Text Example


Text Example

White with #E54ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54ED9; }

 p { color: rgb(229,78,217); }

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

background-color css

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

 a { background-color: rgb(229,78,217); }

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

border-color css

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

 span { border-color: rgb(229,78,217); }

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