Html Css Color HEX #E547D9 Free Speech Magenta

📋 copy color: '#E547D9'

red 229 ◦ green 71 ◦ blue 217

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

Shades of Free Speech Magenta #E547D9

Tints of Free Speech Magenta #E547D9

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.73%

 BLUE value IS 217 (85.16% from 255) = 41.97%

R = 44.29%
G = 13.73%
B = 41.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E547D9 (or 0xE547D9) is known color: Free Speech Magenta. HEX triplet: E5, 47 and D9. RGB value is (229,71,217). Sum of RGB (Red+Green+Blue) = 229+71+217=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 71 (28.12% from 255 or 13.73% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E547D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E547D9 is #1AB826. Grayscale: #868686. Windows color (decimal): -1751079 or 14239717. OLE color: 14239717.

HSL color Cylindrical-coordinate representation of color #E547D9: hue angle of 304.56º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E547D9 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 71 217 -
CMYK 0 0.69 0.05 0.10
HSL 304.56º 0.75% 0.59% -
HSV(B) 304.56º 0.69% 0.9% -
XYZ 47.09 26.17 68.22 -
YUV 134.89 174.35 195.13 -
System Red Green Blue C M Y K H S L
Decimal 229 71 217 0 0.69 0.05 0.10 304.56 0.75 0.59
Hex E5 47 D9 0 45 5 A 131 4B 3B
Octal 345 107 331 0 105 5 12 461 113 73
Binary 11100101 1000111 11011001 0 1000101 101 1010 100110001 1001011 111011

Color Harmonies of #E547D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E547D9

Black with #E547D9

Text Example


Text Example

White with #E547D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E547D9; }

 p { color: rgb(229,71,217); }

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

background-color css

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

 a { background-color: rgb(229,71,217); }

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

border-color css

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

 span { border-color: rgb(229,71,217); }

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