Html Css Color HEX #E141DC Free Speech Magenta

📋 copy color: '#E141DC'

red 225 ◦ green 65 ◦ blue 220

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

Shades of Free Speech Magenta #E141DC

Tints of Free Speech Magenta #E141DC

RGB

 RED value IS 225 (88.28% from 255) = 44.12%

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

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

R = 44.12%
G = 12.75%
B = 43.14%

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

#E141DC (or 0xE141DC) is known color: Free Speech Magenta. HEX triplet: E1, 41 and DC. RGB value is (225,65,220). Sum of RGB (Red+Green+Blue) = 225+65+220=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 65 (25.78% from 255 or 12.75% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E141DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E141DC is #1EBE23. Grayscale: #828282. Windows color (decimal): -2014756 or 14434785. OLE color: 14434785.

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

Color convert

RGB 225 65 220 -
CMYK 0 0.71 0.02 0.12
HSL 301.88º 0.73% 0.57% -
HSV(B) 301.88º 0.71% 0.88% -
XYZ 45.86 24.96 70.11 -
YUV 130.51 178.51 195.4 -
System Red Green Blue C M Y K H S L
Decimal 225 65 220 0 0.71 0.02 0.12 301.88 0.73 0.57
Hex E1 41 DC 0 47 2 C 12E 49 39
Octal 341 101 334 0 107 2 14 456 111 71
Binary 11100001 1000001 11011100 0 1000111 10 1100 100101110 1001001 111001

Color Harmonies of #E141DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E141DC

Black with #E141DC

Text Example


Text Example

White with #E141DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E141DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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