Html Css Color HEX #E547D1 Free Speech Magenta

📋 copy color: '#E547D1'

red 229 ◦ green 71 ◦ blue 209

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

Shades of Free Speech Magenta #E547D1

Tints of Free Speech Magenta #E547D1

RGB

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

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

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

R = 44.99%
G = 13.95%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E547D1 (or 0xE547D1) is known color: Free Speech Magenta. HEX triplet: E5, 47 and D1. RGB value is (229,71,209). Sum of RGB (Red+Green+Blue) = 229+71+209=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 71 (28.12% from 255 or 13.95% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E547D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E547D1 is #1AB82E. Grayscale: #858585. Windows color (decimal): -1751087 or 13715429. OLE color: 13715429.

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

Color convert

RGB 229 71 209 -
CMYK 0 0.69 0.09 0.10
HSL 307.59º 0.75% 0.59% -
HSV(B) 307.59º 0.69% 0.9% -
XYZ 46.07 25.77 62.87 -
YUV 133.97 170.35 195.78 -
System Red Green Blue C M Y K H S L
Decimal 229 71 209 0 0.69 0.09 0.10 307.59 0.75 0.59
Hex E5 47 D1 0 45 9 A 134 4B 3B
Octal 345 107 321 0 105 11 12 464 113 73
Binary 11100101 1000111 11010001 0 1000101 1001 1010 100110100 1001011 111011

Color Harmonies of #E547D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E547D1

Black with #E547D1

Text Example


Text Example

White with #E547D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E547D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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