Html Css Color HEX #E140DC Free Speech Magenta

📋 copy color: '#E140DC'

red 225 ◦ green 64 ◦ blue 220

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

Shades of Free Speech Magenta #E140DC

Tints of Free Speech Magenta #E140DC

RGB

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

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

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

R = 44.2%
G = 12.57%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E140DC (or 0xE140DC) is known color: Free Speech Magenta. HEX triplet: E1, 40 and DC. RGB value is (225,64,220). Sum of RGB (Red+Green+Blue) = 225+64+220=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 64 (25.39% from 255 or 12.57% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E140DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E140DC is #1EBF23. Grayscale: #818181. Windows color (decimal): -2015012 or 14434529. OLE color: 14434529.

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

Color convert

RGB 225 64 220 -
CMYK 0 0.72 0.02 0.12
HSL 301.86º 0.73% 0.57% -
HSV(B) 301.86º 0.72% 0.88% -
XYZ 45.8 24.84 70.09 -
YUV 129.92 178.84 195.82 -
System Red Green Blue C M Y K H S L
Decimal 225 64 220 0 0.72 0.02 0.12 301.86 0.73 0.57
Hex E1 40 DC 0 48 2 C 12E 49 39
Octal 341 100 334 0 110 2 14 456 111 71
Binary 11100001 1000000 11011100 0 1001000 10 1100 100101110 1001001 111001

Color Harmonies of #E140DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E140DC

Black with #E140DC

Text Example


Text Example

White with #E140DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E140DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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