Html Css Color HEX #E140E2 Free Speech Magenta

📋 copy color: '#E140E2'

red 225 ◦ green 64 ◦ blue 226

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

Shades of Free Speech Magenta #E140E2

Tints of Free Speech Magenta #E140E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 43.88%

R = 43.69%
G = 12.43%
B = 43.88%

CMYK

 C value IS 0.00

 M value IS 0.72

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E140E2 (or 0xE140E2) is known color: Free Speech Magenta. HEX triplet: E1, 40 and E2. RGB value is (225,64,226). Sum of RGB (Red+Green+Blue) = 225+64+226=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 64 (25.39% from 255 or 12.43% from 515); Blue value is 226 (88.67% from 255 or 43.88% from 515); Max value from RGB is 226 - color contains mainly: blue. Hex color #E140E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E140E2 is #1EBF1D. Grayscale: #828282. Windows color (decimal): -2015006 or 14827745. OLE color: 14827745.

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

Color convert

RGB 225 64 226 -
CMYK 0.00 0.72 0 0.11
HSL 299.63º 0.74% 0.57% -
HSV(B) 299.63º 0.72% 0.89% -
XYZ 46.61 25.17 74.35 -
YUV 130.61 181.84 195.33 -
System Red Green Blue C M Y K H S L
Decimal 225 64 226 0.00 0.72 0 0.11 299.63 0.74 0.57
Hex E1 40 E2 0 48 0 B 12C 4A 39
Octal 341 100 342 0 110 0 13 454 112 71
Binary 11100001 1000000 11100010 0 1001000 0 1011 100101100 1001010 111001

Color Harmonies of #E140E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E140E2

Black with #E140E2

Text Example


Text Example

White with #E140E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E140E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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