Html Css Color HEX #E140D6 Free Speech Magenta

📋 copy color: '#E140D6'

red 225 ◦ green 64 ◦ blue 214

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

Shades of Free Speech Magenta #E140D6

Tints of Free Speech Magenta #E140D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.54%

R = 44.73%
G = 12.72%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E140D6 (or 0xE140D6) is known color: Free Speech Magenta. HEX triplet: E1, 40 and D6. RGB value is (225,64,214). Sum of RGB (Red+Green+Blue) = 225+64+214=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 64 (25.39% from 255 or 12.72% from 503); Blue value is 214 (83.98% from 255 or 42.54% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E140D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E140D6 is #1EBF29. Grayscale: #808080. Windows color (decimal): -2015018 or 14041313. OLE color: 14041313.

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

Color convert

RGB 225 64 214 -
CMYK 0 0.72 0.05 0.12
HSL 304.1º 0.73% 0.57% -
HSV(B) 304.1º 0.72% 0.88% -
XYZ 45.02 24.53 65.98 -
YUV 129.24 175.84 196.3 -
System Red Green Blue C M Y K H S L
Decimal 225 64 214 0 0.72 0.05 0.12 304.1 0.73 0.57
Hex E1 40 D6 0 48 5 C 130 49 39
Octal 341 100 326 0 110 5 14 460 111 71
Binary 11100001 1000000 11010110 0 1001000 101 1100 100110000 1001001 111001

Color Harmonies of #E140D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E140D6

Black with #E140D6

Text Example


Text Example

White with #E140D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E140D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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