Html Css Color HEX #E54AD5 Free Speech Magenta

📋 copy color: '#E54AD5'

red 229 ◦ green 74 ◦ blue 213

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

Shades of Free Speech Magenta #E54AD5

Tints of Free Speech Magenta #E54AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.28%

R = 44.38%
G = 14.34%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E54AD5 (or 0xE54AD5) is known color: Free Speech Magenta. HEX triplet: E5, 4A and D5. RGB value is (229,74,213). Sum of RGB (Red+Green+Blue) = 229+74+213=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 74 (29.30% from 255 or 14.34% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E54AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54AD5 is #1AB52A. Grayscale: #878787. Windows color (decimal): -1750315 or 13978341. OLE color: 13978341.

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

Color convert

RGB 229 74 213 -
CMYK 0 0.68 0.07 0.10
HSL 306.19º 0.75% 0.59% -
HSV(B) 306.19º 0.68% 0.9% -
XYZ 46.77 26.36 65.57 -
YUV 136.19 171.35 194.2 -
System Red Green Blue C M Y K H S L
Decimal 229 74 213 0 0.68 0.07 0.10 306.19 0.75 0.59
Hex E5 4A D5 0 44 7 A 132 4B 3B
Octal 345 112 325 0 104 7 12 462 113 73
Binary 11100101 1001010 11010101 0 1000100 111 1010 100110010 1001011 111011

Color Harmonies of #E54AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54AD5

Black with #E54AD5

Text Example


Text Example

White with #E54AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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