Html Css Color HEX #E547DB Free Speech Magenta

📋 copy color: '#E547DB'

red 229 ◦ green 71 ◦ blue 219

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

Shades of Free Speech Magenta #E547DB

Tints of Free Speech Magenta #E547DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.2%

R = 44.12%
G = 13.68%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E547DB (or 0xE547DB) is known color: Free Speech Magenta. HEX triplet: E5, 47 and DB. RGB value is (229,71,219). Sum of RGB (Red+Green+Blue) = 229+71+219=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 71 (28.12% from 255 or 13.68% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E547DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E547DB is #1AB824. Grayscale: #868686. Windows color (decimal): -1751077 or 14370789. OLE color: 14370789.

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

Color convert

RGB 229 71 219 -
CMYK 0 0.69 0.04 0.10
HSL 303.8º 0.75% 0.59% -
HSV(B) 303.8º 0.69% 0.9% -
XYZ 47.35 26.28 69.59 -
YUV 135.11 175.35 194.97 -
System Red Green Blue C M Y K H S L
Decimal 229 71 219 0 0.69 0.04 0.10 303.8 0.75 0.59
Hex E5 47 DB 0 45 4 A 130 4B 3B
Octal 345 107 333 0 105 4 12 460 113 73
Binary 11100101 1000111 11011011 0 1000101 100 1010 100110000 1001011 111011

Color Harmonies of #E547DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E547DB

Black with #E547DB

Text Example


Text Example

White with #E547DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E547DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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