Html Css Color HEX #E149C0 Free Speech Magenta

📋 copy color: '#E149C0'

red 225 ◦ green 73 ◦ blue 192

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

Shades of Free Speech Magenta #E149C0

Tints of Free Speech Magenta #E149C0

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.9%

 BLUE value IS 192 (75.39% from 255) = 39.18%

R = 45.92%
G = 14.9%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E149C0 (or 0xE149C0) is known color: Free Speech Magenta. HEX triplet: E1, 49 and C0. RGB value is (225,73,192). Sum of RGB (Red+Green+Blue) = 225+73+192=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E149C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E149C0 is #1EB63F. Grayscale: #838383. Windows color (decimal): -2012736 or 12601825. OLE color: 12601825.

HSL color Cylindrical-coordinate representation of color #E149C0: hue angle of 313.03º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E149C0 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 73 192 -
CMYK 0 0.68 0.15 0.12
HSL 313.03º 0.72% 0.58% -
HSV(B) 313.03º 0.68% 0.88% -
XYZ 42.95 24.58 52.35 -
YUV 132.01 161.86 194.32 -
System Red Green Blue C M Y K H S L
Decimal 225 73 192 0 0.68 0.15 0.12 313.03 0.72 0.58
Hex E1 49 C0 0 44 F C 139 48 3A
Octal 341 111 300 0 104 17 14 471 110 72
Binary 11100001 1001001 11000000 0 1000100 1111 1100 100111001 1001000 111010

Color Harmonies of #E149C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E149C0

Black with #E149C0

Text Example


Text Example

White with #E149C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E149C0; }

 p { color: rgb(225,73,192); }

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

background-color css

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

 a { background-color: rgb(225,73,192); }

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

border-color css

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

 span { border-color: rgb(225,73,192); }

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