Html Css Color HEX #E540DB Free Speech Magenta

📋 copy color: '#E540DB'

red 229 ◦ green 64 ◦ blue 219

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

Shades of Free Speech Magenta #E540DB

Tints of Free Speech Magenta #E540DB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.5%

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

R = 44.73%
G = 12.5%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E540DB (or 0xE540DB) is known color: Free Speech Magenta. HEX triplet: E5, 40 and DB. RGB value is (229,64,219). Sum of RGB (Red+Green+Blue) = 229+64+219=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 64 (25.39% from 255 or 12.5% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 229 - color contains mainly: red. Hex color #E540DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E540DB is #1ABF24. Grayscale: #828282. Windows color (decimal): -1752869 or 14368997. OLE color: 14368997.

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

Color convert

RGB 229 64 219 -
CMYK 0 0.72 0.04 0.10
HSL 303.64º 0.76% 0.57% -
HSV(B) 303.64º 0.72% 0.9% -
XYZ 46.93 25.44 69.45 -
YUV 131.01 177.66 197.9 -
System Red Green Blue C M Y K H S L
Decimal 229 64 219 0 0.72 0.04 0.10 303.64 0.76 0.57
Hex E5 40 DB 0 48 4 A 130 4C 39
Octal 345 100 333 0 110 4 12 460 114 71
Binary 11100101 1000000 11011011 0 1001000 100 1010 100110000 1001100 111001

Color Harmonies of #E540DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E540DB

Black with #E540DB

Text Example


Text Example

White with #E540DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E540DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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