Html Css Color HEX #E54AD1 Free Speech Magenta

📋 copy color: '#E54AD1'

red 229 ◦ green 74 ◦ blue 209

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

Shades of Free Speech Magenta #E54AD1

Tints of Free Speech Magenta #E54AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.82%

R = 44.73%
G = 14.45%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E54AD1 (or 0xE54AD1) is known color: Free Speech Magenta. HEX triplet: E5, 4A and D1. RGB value is (229,74,209). Sum of RGB (Red+Green+Blue) = 229+74+209=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 74 (29.30% from 255 or 14.45% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 229 - color contains mainly: red. Hex color #E54AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54AD1 is #1AB52E. Grayscale: #878787. Windows color (decimal): -1750319 or 13716197. OLE color: 13716197.

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

Color convert

RGB 229 74 209 -
CMYK 0 0.68 0.09 0.10
HSL 307.74º 0.75% 0.59% -
HSV(B) 307.74º 0.68% 0.9% -
XYZ 46.27 26.16 62.93 -
YUV 135.74 169.35 194.52 -
System Red Green Blue C M Y K H S L
Decimal 229 74 209 0 0.68 0.09 0.10 307.74 0.75 0.59
Hex E5 4A D1 0 44 9 A 134 4B 3B
Octal 345 112 321 0 104 11 12 464 113 73
Binary 11100101 1001010 11010001 0 1000100 1001 1010 100110100 1001011 111011

Color Harmonies of #E54AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54AD1

Black with #E54AD1

Text Example


Text Example

White with #E54AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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