Html Css Color HEX #E140C5 Free Speech Magenta

📋 copy color: '#E140C5'

red 225 ◦ green 64 ◦ blue 197

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

Shades of Free Speech Magenta #E140C5

Tints of Free Speech Magenta #E140C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.53%

R = 46.3%
G = 13.17%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.12

RGB Variations

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

Color information

#E140C5 (or 0xE140C5) is known color: Free Speech Magenta. HEX triplet: E1, 40 and C5. RGB value is (225,64,197). Sum of RGB (Red+Green+Blue) = 225+64+197=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 64 (25.39% from 255 or 13.17% from 486); Blue value is 197 (77.34% from 255 or 40.53% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E140C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E140C5 is #1EBF3A. Grayscale: #7E7E7E. Windows color (decimal): -2015035 or 12927201. OLE color: 12927201.

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

Color convert

RGB 225 64 197 -
CMYK 0 0.72 0.12 0.12
HSL 310.43º 0.73% 0.57% -
HSV(B) 310.43º 0.72% 0.88% -
XYZ 42.96 23.71 55.13 -
YUV 127.3 167.34 197.69 -
System Red Green Blue C M Y K H S L
Decimal 225 64 197 0 0.72 0.12 0.12 310.43 0.73 0.57
Hex E1 40 C5 0 48 C C 136 49 39
Octal 341 100 305 0 110 14 14 466 111 71
Binary 11100001 1000000 11000101 0 1001000 1100 1100 100110110 1001001 111001

Color Harmonies of #E140C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E140C5

Black with #E140C5

Text Example


Text Example

White with #E140C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E140C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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