Html Css Color HEX #E041DB Free Speech Magenta

📋 copy color: '#E041DB'

red 224 ◦ green 65 ◦ blue 219

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

Shades of Free Speech Magenta #E041DB

Tints of Free Speech Magenta #E041DB

RGB

 RED value IS 224 (87.89% from 255) = 44.09%

 GREEN value IS 65 (25.78% from 255) = 12.8%

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

R = 44.09%
G = 12.8%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E041DB (or 0xE041DB) is known color: Free Speech Magenta. HEX triplet: E0, 41 and DB. RGB value is (224,65,219). Sum of RGB (Red+Green+Blue) = 224+65+219=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 65 (25.78% from 255 or 12.80% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E041DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E041DB is #1FBE24. Grayscale: #818181. Windows color (decimal): -2080293 or 14369248. OLE color: 14369248.

HSL color Cylindrical-coordinate representation of color #E041DB: hue angle of 301.89º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E041DB is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 65 219 -
CMYK 0 0.71 0.02 0.12
HSL 301.89º 0.72% 0.57% -
HSV(B) 301.89º 0.71% 0.88% -
XYZ 45.42 24.74 69.4 -
YUV 130.1 178.18 194.98 -
System Red Green Blue C M Y K H S L
Decimal 224 65 219 0 0.71 0.02 0.12 301.89 0.72 0.57
Hex E0 41 DB 0 47 2 C 12E 48 39
Octal 340 101 333 0 107 2 14 456 110 71
Binary 11100000 1000001 11011011 0 1000111 10 1100 100101110 1001000 111001

Color Harmonies of #E041DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E041DB

Black with #E041DB

Text Example


Text Example

White with #E041DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E041DB; }

 p { color: rgb(224,65,219); }

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

background-color css

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

 a { background-color: rgb(224,65,219); }

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

border-color css

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

 span { border-color: rgb(224,65,219); }

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