Html Css Color HEX #E041DC Free Speech Magenta

📋 copy color: '#E041DC'

red 224 ◦ green 65 ◦ blue 220

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

Shades of Free Speech Magenta #E041DC

Tints of Free Speech Magenta #E041DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.22%

R = 44.01%
G = 12.77%
B = 43.22%

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

#E041DC (or 0xE041DC) is known color: Free Speech Magenta. HEX triplet: E0, 41 and DC. RGB value is (224,65,220). Sum of RGB (Red+Green+Blue) = 224+65+220=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 65 (25.78% from 255 or 12.77% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E041DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E041DC is #1FBE23. Grayscale: #818181. Windows color (decimal): -2080292 or 14434784. OLE color: 14434784.

HSL color Cylindrical-coordinate representation of color #E041DC: hue angle of 301.51º 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 #E041DC is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 65 220 -
CMYK 0 0.71 0.02 0.12
HSL 301.51º 0.72% 0.57% -
HSV(B) 301.51º 0.71% 0.88% -
XYZ 45.55 24.8 70.1 -
YUV 130.21 178.68 194.9 -
System Red Green Blue C M Y K H S L
Decimal 224 65 220 0 0.71 0.02 0.12 301.51 0.72 0.57
Hex E0 41 DC 0 47 2 C 12E 48 39
Octal 340 101 334 0 107 2 14 456 110 71
Binary 11100000 1000001 11011100 0 1000111 10 1100 100101110 1001000 111001

Color Harmonies of #E041DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E041DC

Black with #E041DC

Text Example


Text Example

White with #E041DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E041DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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