Html Css Color HEX #E54AF8 Free Speech Magenta

📋 copy color: '#E54AF8'

red 229 ◦ green 74 ◦ blue 248

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

Shades of Free Speech Magenta #E54AF8

Tints of Free Speech Magenta #E54AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.01%

R = 41.56%
G = 13.43%
B = 45.01%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E54AF8 (or 0xE54AF8) is known color: Free Speech Magenta. HEX triplet: E5, 4A and F8. RGB value is (229,74,248). Sum of RGB (Red+Green+Blue) = 229+74+248=551 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.56% from 551); Green value is 74 (29.30% from 255 or 13.43% from 551); Blue value is 248 (97.27% from 255 or 45.01% from 551); Max value from RGB is 248 - color contains mainly: blue. Hex color #E54AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E54AF8 is #1AB507. Grayscale: #8B8B8B. Windows color (decimal): -1750280 or 16272101. OLE color: 16272101.

HSL color Cylindrical-coordinate representation of color #E54AF8: hue angle of 293.45º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E54AF8 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 229 74 248 -
CMYK 0.08 0.70 0 0.03
HSL 293.45º 0.93% 0.63% -
HSV(B) 293.45º 0.7% 0.97% -
XYZ 51.71 28.33 91.55 -
YUV 140.18 188.85 191.35 -
System Red Green Blue C M Y K H S L
Decimal 229 74 248 0.08 0.70 0 0.03 293.45 0.93 0.63
Hex E5 4A F8 8 46 0 3 125 5D 3F
Octal 345 112 370 10 106 0 3 445 135 77
Binary 11100101 1001010 11111000 1000 1000110 0 11 100100101 1011101 111111

Color Harmonies of #E54AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54AF8

Black with #E54AF8

Text Example


Text Example

White with #E54AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54AF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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