Html Css Color HEX #E54ABA Free Speech Magenta

📋 copy color: '#E54ABA'

red 229 ◦ green 74 ◦ blue 186

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

Shades of Free Speech Magenta #E54ABA

Tints of Free Speech Magenta #E54ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.04%

R = 46.83%
G = 15.13%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E54ABA (or 0xE54ABA) is known color: Free Speech Magenta. HEX triplet: E5, 4A and BA. RGB value is (229,74,186). Sum of RGB (Red+Green+Blue) = 229+74+186=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 74 (29.30% from 255 or 15.13% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E54ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54ABA is #1AB545. Grayscale: #848484. Windows color (decimal): -1750342 or 12208869. OLE color: 12208869.

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

Color convert

RGB 229 74 186 -
CMYK 0 0.68 0.19 0.10
HSL 316.65º 0.75% 0.59% -
HSV(B) 316.65º 0.68% 0.9% -
XYZ 43.62 25.1 49 -
YUV 133.11 157.85 196.39 -
System Red Green Blue C M Y K H S L
Decimal 229 74 186 0 0.68 0.19 0.10 316.65 0.75 0.59
Hex E5 4A BA 0 44 13 A 13D 4B 3B
Octal 345 112 272 0 104 23 12 475 113 73
Binary 11100101 1001010 10111010 0 1000100 10011 1010 100111101 1001011 111011

Color Harmonies of #E54ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54ABA

Black with #E54ABA

Text Example


Text Example

White with #E54ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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