Html Css Color HEX #E54AC4 Free Speech Magenta

📋 copy color: '#E54AC4'

red 229 ◦ green 74 ◦ blue 196

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

Shades of Free Speech Magenta #E54AC4

Tints of Free Speech Magenta #E54AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.28%

R = 45.89%
G = 14.83%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#E54AC4 (or 0xE54AC4) is known color: Free Speech Magenta. HEX triplet: E5, 4A and C4. RGB value is (229,74,196). Sum of RGB (Red+Green+Blue) = 229+74+196=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 74 (29.30% from 255 or 14.83% from 499); Blue value is 196 (76.95% from 255 or 39.28% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E54AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54AC4 is #1AB53B. Grayscale: #858585. Windows color (decimal): -1750332 or 12864229. OLE color: 12864229.

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

Color convert

RGB 229 74 196 -
CMYK 0 0.68 0.14 0.10
HSL 312.77º 0.75% 0.59% -
HSV(B) 312.77º 0.68% 0.9% -
XYZ 44.73 25.54 54.8 -
YUV 134.25 162.85 195.58 -
System Red Green Blue C M Y K H S L
Decimal 229 74 196 0 0.68 0.14 0.10 312.77 0.75 0.59
Hex E5 4A C4 0 44 E A 139 4B 3B
Octal 345 112 304 0 104 16 12 471 113 73
Binary 11100101 1001010 11000100 0 1000100 1110 1010 100111001 1001011 111011

Color Harmonies of #E54AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54AC4

Black with #E54AC4

Text Example


Text Example

White with #E54AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54AC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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