Html Css Color HEX #E54AD9 Free Speech Magenta

📋 copy color: '#E54AD9'

red 229 ◦ green 74 ◦ blue 217

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

Shades of Free Speech Magenta #E54AD9

Tints of Free Speech Magenta #E54AD9

RGB

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

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

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

R = 44.04%
G = 14.23%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E54AD9 (or 0xE54AD9) is known color: Free Speech Magenta. HEX triplet: E5, 4A and D9. RGB value is (229,74,217). Sum of RGB (Red+Green+Blue) = 229+74+217=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 74 (29.30% from 255 or 14.23% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E54AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54AD9 is #1AB526. Grayscale: #888888. Windows color (decimal): -1750311 or 14240485. OLE color: 14240485.

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

Color convert

RGB 229 74 217 -
CMYK 0 0.68 0.05 0.10
HSL 304.65º 0.75% 0.59% -
HSV(B) 304.65º 0.68% 0.9% -
XYZ 47.29 26.57 68.28 -
YUV 136.65 173.35 193.87 -
System Red Green Blue C M Y K H S L
Decimal 229 74 217 0 0.68 0.05 0.10 304.65 0.75 0.59
Hex E5 4A D9 0 44 5 A 131 4B 3B
Octal 345 112 331 0 104 5 12 461 113 73
Binary 11100101 1001010 11011001 0 1000100 101 1010 100110001 1001011 111011

Color Harmonies of #E54AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54AD9

Black with #E54AD9

Text Example


Text Example

White with #E54AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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