Html Css Color HEX #E140DF Free Speech Magenta

📋 copy color: '#E140DF'

red 225 ◦ green 64 ◦ blue 223

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

Shades of Free Speech Magenta #E140DF

Tints of Free Speech Magenta #E140DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.55%

R = 43.95%
G = 12.5%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E140DF (or 0xE140DF) is known color: Free Speech Magenta. HEX triplet: E1, 40 and DF. RGB value is (225,64,223). Sum of RGB (Red+Green+Blue) = 225+64+223=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 64 (25.39% from 255 or 12.5% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E140DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E140DF is #1EBF20. Grayscale: #818181. Windows color (decimal): -2015009 or 14631137. OLE color: 14631137.

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

Color convert

RGB 225 64 223 -
CMYK 0 0.72 0.01 0.12
HSL 300.75º 0.73% 0.57% -
HSV(B) 300.75º 0.72% 0.88% -
XYZ 46.2 25 72.2 -
YUV 130.27 180.34 195.57 -
System Red Green Blue C M Y K H S L
Decimal 225 64 223 0 0.72 0.01 0.12 300.75 0.73 0.57
Hex E1 40 DF 0 48 1 C 12D 49 39
Octal 341 100 337 0 110 1 14 455 111 71
Binary 11100001 1000000 11011111 0 1001000 1 1100 100101101 1001001 111001

Color Harmonies of #E140DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E140DF

Black with #E140DF

Text Example


Text Example

White with #E140DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E140DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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