Html Css Color HEX #E140D8 Free Speech Magenta

📋 copy color: '#E140D8'

red 225 ◦ green 64 ◦ blue 216

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

Shades of Free Speech Magenta #E140D8

Tints of Free Speech Magenta #E140D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.77%

R = 44.55%
G = 12.67%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E140D8 (or 0xE140D8) is known color: Free Speech Magenta. HEX triplet: E1, 40 and D8. RGB value is (225,64,216). Sum of RGB (Red+Green+Blue) = 225+64+216=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 64 (25.39% from 255 or 12.67% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E140D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E140D8 is #1EBF27. Grayscale: #818181. Windows color (decimal): -2015016 or 14172385. OLE color: 14172385.

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

Color convert

RGB 225 64 216 -
CMYK 0 0.72 0.04 0.12
HSL 303.35º 0.73% 0.57% -
HSV(B) 303.35º 0.72% 0.88% -
XYZ 45.28 24.63 67.33 -
YUV 129.47 176.84 196.14 -
System Red Green Blue C M Y K H S L
Decimal 225 64 216 0 0.72 0.04 0.12 303.35 0.73 0.57
Hex E1 40 D8 0 48 4 C 12F 49 39
Octal 341 100 330 0 110 4 14 457 111 71
Binary 11100001 1000000 11011000 0 1001000 100 1100 100101111 1001001 111001

Color Harmonies of #E140D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E140D8

Black with #E140D8

Text Example


Text Example

White with #E140D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E140D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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