Html Css Color HEX #E54ED1 Free Speech Magenta

📋 copy color: '#E54ED1'

red 229 ◦ green 78 ◦ blue 209

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

Shades of Free Speech Magenta #E54ED1

Tints of Free Speech Magenta #E54ED1

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.12%

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

R = 44.38%
G = 15.12%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E54ED1 (or 0xE54ED1) is known color: Free Speech Magenta. HEX triplet: E5, 4E and D1. RGB value is (229,78,209). Sum of RGB (Red+Green+Blue) = 229+78+209=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 78 (30.86% from 255 or 15.12% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E54ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E54ED1 is #1AB12E. Grayscale: #898989. Windows color (decimal): -1749295 or 13717221. OLE color: 13717221.

HSL color Cylindrical-coordinate representation of color #E54ED1: hue angle of 307.95º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E54ED1 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 78 209 -
CMYK 0 0.66 0.09 0.10
HSL 307.95º 0.74% 0.6% -
HSV(B) 307.95º 0.66% 0.9% -
XYZ 46.55 26.71 63.02 -
YUV 138.08 168.03 192.85 -
System Red Green Blue C M Y K H S L
Decimal 229 78 209 0 0.66 0.09 0.10 307.95 0.74 0.6
Hex E5 4E D1 0 42 9 A 134 4A 3C
Octal 345 116 321 0 102 11 12 464 112 74
Binary 11100101 1001110 11010001 0 1000010 1001 1010 100110100 1001010 111100

Color Harmonies of #E54ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54ED1

Black with #E54ED1

Text Example


Text Example

White with #E54ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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