Html Css Color HEX #E54AC9 Free Speech Magenta

📋 copy color: '#E54AC9'

red 229 ◦ green 74 ◦ blue 201

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

Shades of Free Speech Magenta #E54AC9

Tints of Free Speech Magenta #E54AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.88%

R = 45.44%
G = 14.68%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E54AC9 (or 0xE54AC9) is known color: Free Speech Magenta. HEX triplet: E5, 4A and C9. RGB value is (229,74,201). Sum of RGB (Red+Green+Blue) = 229+74+201=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 74 (29.30% from 255 or 14.68% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E54AC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54AC9 is #1AB536. Grayscale: #868686. Windows color (decimal): -1750327 or 13191909. OLE color: 13191909.

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

Color convert

RGB 229 74 201 -
CMYK 0 0.68 0.12 0.10
HSL 310.84º 0.75% 0.59% -
HSV(B) 310.84º 0.68% 0.9% -
XYZ 45.3 25.77 57.85 -
YUV 134.82 165.35 195.17 -
System Red Green Blue C M Y K H S L
Decimal 229 74 201 0 0.68 0.12 0.10 310.84 0.75 0.59
Hex E5 4A C9 0 44 C A 137 4B 3B
Octal 345 112 311 0 104 14 12 467 113 73
Binary 11100101 1001010 11001001 0 1000100 1100 1010 100110111 1001011 111011

Color Harmonies of #E54AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54AC9

Black with #E54AC9

Text Example


Text Example

White with #E54AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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