Html Css Color HEX #E54AD6 Free Speech Magenta

📋 copy color: '#E54AD6'

red 229 ◦ green 74 ◦ blue 214

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

Shades of Free Speech Magenta #E54AD6

Tints of Free Speech Magenta #E54AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.39%

R = 44.29%
G = 14.31%
B = 41.39%

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

#E54AD6 (or 0xE54AD6) is known color: Free Speech Magenta. HEX triplet: E5, 4A and D6. RGB value is (229,74,214). Sum of RGB (Red+Green+Blue) = 229+74+214=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 74 (29.30% from 255 or 14.31% from 517); Blue value is 214 (83.98% from 255 or 41.39% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E54AD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E54AD6 is #1AB529. Grayscale: #878787. Windows color (decimal): -1750314 or 14043877. OLE color: 14043877.

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

Color convert

RGB 229 74 214 -
CMYK 0 0.68 0.07 0.10
HSL 305.81º 0.75% 0.59% -
HSV(B) 305.81º 0.68% 0.9% -
XYZ 46.9 26.41 66.24 -
YUV 136.31 171.85 194.12 -
System Red Green Blue C M Y K H S L
Decimal 229 74 214 0 0.68 0.07 0.10 305.81 0.75 0.59
Hex E5 4A D6 0 44 7 A 132 4B 3B
Octal 345 112 326 0 104 7 12 462 113 73
Binary 11100101 1001010 11010110 0 1000100 111 1010 100110010 1001011 111011

Color Harmonies of #E54AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54AD6

Black with #E54AD6

Text Example


Text Example

White with #E54AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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