Html Css Color HEX #E561DB Free Speech Magenta

📋 copy color: '#E561DB'

red 229 ◦ green 97 ◦ blue 219

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

Shades of Free Speech Magenta #E561DB

Tints of Free Speech Magenta #E561DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.8%

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

R = 42.02%
G = 17.8%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E561DB (or 0xE561DB) is known color: Free Speech Magenta. HEX triplet: E5, 61 and DB. RGB value is (229,97,219). Sum of RGB (Red+Green+Blue) = 229+97+219=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 97 (38.28% from 255 or 17.80% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E561DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E561DB is #1A9E24. Grayscale: #969696. Windows color (decimal): -1744421 or 14377445. OLE color: 14377445.

HSL color Cylindrical-coordinate representation of color #E561DB: hue angle of 304.55º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E561DB is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 97 219 -
CMYK 0 0.58 0.04 0.10
HSL 304.55º 0.72% 0.64% -
HSV(B) 304.55º 0.58% 0.9% -
XYZ 49.37 30.32 70.27 -
YUV 150.38 166.73 184.08 -
System Red Green Blue C M Y K H S L
Decimal 229 97 219 0 0.58 0.04 0.10 304.55 0.72 0.64
Hex E5 61 DB 0 3A 4 A 131 48 40
Octal 345 141 333 0 72 4 12 461 110 100
Binary 11100101 1100001 11011011 0 111010 100 1010 100110001 1001000 1000000

Color Harmonies of #E561DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E561DB

Black with #E561DB

Text Example


Text Example

White with #E561DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E561DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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