Html Css Color HEX #E140D9 Free Speech Magenta

📋 copy color: '#E140D9'

red 225 ◦ green 64 ◦ blue 217

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

Shades of Free Speech Magenta #E140D9

Tints of Free Speech Magenta #E140D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.89%

R = 44.47%
G = 12.65%
B = 42.89%

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

#E140D9 (or 0xE140D9) is known color: Free Speech Magenta. HEX triplet: E1, 40 and D9. RGB value is (225,64,217). Sum of RGB (Red+Green+Blue) = 225+64+217=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 64 (25.39% from 255 or 12.65% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E140D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E140D9 is #1EBF26. Grayscale: #818181. Windows color (decimal): -2015015 or 14237921. OLE color: 14237921.

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

Color convert

RGB 225 64 217 -
CMYK 0 0.72 0.04 0.12
HSL 302.98º 0.73% 0.57% -
HSV(B) 302.98º 0.72% 0.88% -
XYZ 45.41 24.68 68.02 -
YUV 129.58 177.34 196.06 -
System Red Green Blue C M Y K H S L
Decimal 225 64 217 0 0.72 0.04 0.12 302.98 0.73 0.57
Hex E1 40 D9 0 48 4 C 12F 49 39
Octal 341 100 331 0 110 4 14 457 111 71
Binary 11100001 1000000 11011001 0 1001000 100 1100 100101111 1001001 111001

Color Harmonies of #E140D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E140D9

Black with #E140D9

Text Example


Text Example

White with #E140D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E140D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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