Html Css Color HEX #E54ADD Free Speech Magenta

📋 copy color: '#E54ADD'

red 229 ◦ green 74 ◦ blue 221

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

Shades of Free Speech Magenta #E54ADD

Tints of Free Speech Magenta #E54ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.18%

R = 43.7%
G = 14.12%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E54ADD (or 0xE54ADD) is known color: Free Speech Magenta. HEX triplet: E5, 4A and DD. RGB value is (229,74,221). Sum of RGB (Red+Green+Blue) = 229+74+221=524 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.70% from 524); Green value is 74 (29.30% from 255 or 14.12% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 229 - color contains mainly: red. Hex color #E54ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54ADD is #1AB522. Grayscale: #888888. Windows color (decimal): -1750307 or 14502629. OLE color: 14502629.

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

Color convert

RGB 229 74 221 -
CMYK 0 0.68 0.03 0.10
HSL 303.1º 0.75% 0.59% -
HSV(B) 303.1º 0.68% 0.9% -
XYZ 47.81 26.78 71.05 -
YUV 137.1 175.35 193.55 -
System Red Green Blue C M Y K H S L
Decimal 229 74 221 0 0.68 0.03 0.10 303.1 0.75 0.59
Hex E5 4A DD 0 44 3 A 12F 4B 3B
Octal 345 112 335 0 104 3 12 457 113 73
Binary 11100101 1001010 11011101 0 1000100 11 1010 100101111 1001011 111011

Color Harmonies of #E54ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54ADD

Black with #E54ADD

Text Example


Text Example

White with #E54ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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