Html Css Color HEX #E140ED Free Speech Magenta

📋 copy color: '#E140ED'

red 225 ◦ green 64 ◦ blue 237

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

Shades of Free Speech Magenta #E140ED

Tints of Free Speech Magenta #E140ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.06%

R = 42.78%
G = 12.17%
B = 45.06%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E140ED (or 0xE140ED) is known color: Free Speech Magenta. HEX triplet: E1, 40 and ED. RGB value is (225,64,237). Sum of RGB (Red+Green+Blue) = 225+64+237=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 64 (25.39% from 255 or 12.17% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #E140ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E140ED is #1EBF12. Grayscale: #838383. Windows color (decimal): -2014995 or 15548641. OLE color: 15548641.

HSL color Cylindrical-coordinate representation of color #E140ED: hue angle of 295.84º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E140ED is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 64 237 -
CMYK 0.05 0.73 0 0.07
HSL 295.84º 0.83% 0.59% -
HSV(B) 295.84º 0.73% 0.93% -
XYZ 48.17 25.79 82.56 -
YUV 131.86 187.34 194.43 -
System Red Green Blue C M Y K H S L
Decimal 225 64 237 0.05 0.73 0 0.07 295.84 0.83 0.59
Hex E1 40 ED 5 49 0 7 128 53 3B
Octal 341 100 355 5 111 0 7 450 123 73
Binary 11100001 1000000 11101101 101 1001001 0 111 100101000 1010011 111011

Color Harmonies of #E140ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E140ED

Black with #E140ED

Text Example


Text Example

White with #E140ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E140ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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