Html Css Color HEX #E441DC Free Speech Magenta

📋 copy color: '#E441DC'

red 228 ◦ green 65 ◦ blue 220

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

Shades of Free Speech Magenta #E441DC

Tints of Free Speech Magenta #E441DC

RGB

 RED value IS 228 (89.45% from 255) = 44.44%

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

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

R = 44.44%
G = 12.67%
B = 42.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E441DC (or 0xE441DC) is known color: Free Speech Magenta. HEX triplet: E4, 41 and DC. RGB value is (228,65,220). Sum of RGB (Red+Green+Blue) = 228+65+220=513 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.44% from 513); Green value is 65 (25.78% from 255 or 12.67% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 228 - color contains mainly: red. Hex color #E441DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E441DC is #1BBE23. Grayscale: #828282. Windows color (decimal): -1818148 or 14434788. OLE color: 14434788.

HSL color Cylindrical-coordinate representation of color #E441DC: hue angle of 302.94º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E441DC is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 65 220 -
CMYK 0 0.71 0.04 0.11
HSL 302.94º 0.75% 0.57% -
HSV(B) 302.94º 0.71% 0.89% -
XYZ 46.8 25.44 70.15 -
YUV 131.41 178 196.9 -
System Red Green Blue C M Y K H S L
Decimal 228 65 220 0 0.71 0.04 0.11 302.94 0.75 0.57
Hex E4 41 DC 0 47 4 B 12F 4B 39
Octal 344 101 334 0 107 4 13 457 113 71
Binary 11100100 1000001 11011100 0 1000111 100 1011 100101111 1001011 111001

Color Harmonies of #E441DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E441DC

Black with #E441DC

Text Example


Text Example

White with #E441DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E441DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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