Html Css Color HEX #E140E1 Free Speech Magenta

📋 copy color: '#E140E1'

red 225 ◦ green 64 ◦ blue 225

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

Shades of Free Speech Magenta #E140E1

Tints of Free Speech Magenta #E140E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.77%

R = 43.77%
G = 12.45%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E140E1 (or 0xE140E1) is known color: Free Speech Magenta. HEX triplet: E1, 40 and E1. RGB value is (225,64,225). Sum of RGB (Red+Green+Blue) = 225+64+225=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 64 (25.39% from 255 or 12.45% from 514); Blue value is 225 (88.28% from 255 or 43.77% from 514); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E140E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E140E1 is #1EBF1E. Grayscale: #828282. Windows color (decimal): -2015007 or 14762209. OLE color: 14762209.

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

Color convert

RGB 225 64 225 -
CMYK 0 0.72 0 0.12
HSL 300º 0.73% 0.57% -
HSV(B) 300º 0.72% 0.88% -
XYZ 46.48 25.11 73.63 -
YUV 130.49 181.34 195.41 -
System Red Green Blue C M Y K H S L
Decimal 225 64 225 0 0.72 0 0.12 300 0.73 0.57
Hex E1 40 E1 0 48 0 C 12C 49 39
Octal 341 100 341 0 110 0 14 454 111 71
Binary 11100001 1000000 11100001 0 1001000 0 1100 100101100 1001001 111001

Color Harmonies of #E140E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E140E1

Black with #E140E1

Text Example


Text Example

White with #E140E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E140E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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