Html Css Color HEX #E54ABD Free Speech Magenta

📋 copy color: '#E54ABD'

red 229 ◦ green 74 ◦ blue 189

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

Shades of Free Speech Magenta #E54ABD

Tints of Free Speech Magenta #E54ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.41%

R = 46.54%
G = 15.04%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E54ABD (or 0xE54ABD) is known color: Free Speech Magenta. HEX triplet: E5, 4A and BD. RGB value is (229,74,189). Sum of RGB (Red+Green+Blue) = 229+74+189=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 74 (29.30% from 255 or 15.04% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E54ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54ABD is #1AB542. Grayscale: #858585. Windows color (decimal): -1750339 or 12405477. OLE color: 12405477.

HSL color Cylindrical-coordinate representation of color #E54ABD: hue angle of 315.48º 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 #E54ABD is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 74 189 -
CMYK 0 0.68 0.17 0.10
HSL 315.48º 0.75% 0.59% -
HSV(B) 315.48º 0.68% 0.9% -
XYZ 43.95 25.23 50.7 -
YUV 133.46 159.35 196.15 -
System Red Green Blue C M Y K H S L
Decimal 229 74 189 0 0.68 0.17 0.10 315.48 0.75 0.59
Hex E5 4A BD 0 44 11 A 13B 4B 3B
Octal 345 112 275 0 104 21 12 473 113 73
Binary 11100101 1001010 10111101 0 1000100 10001 1010 100111011 1001011 111011

Color Harmonies of #E54ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54ABD

Black with #E54ABD

Text Example


Text Example

White with #E54ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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