Html Css Color HEX #E147C0 Free Speech Magenta

📋 copy color: '#E147C0'

red 225 ◦ green 71 ◦ blue 192

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

Shades of Free Speech Magenta #E147C0

Tints of Free Speech Magenta #E147C0

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.55%

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

R = 46.11%
G = 14.55%
B = 39.34%

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

#E147C0 (or 0xE147C0) is known color: Free Speech Magenta. HEX triplet: E1, 47 and C0. RGB value is (225,71,192). Sum of RGB (Red+Green+Blue) = 225+71+192=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 71 (28.12% from 255 or 14.55% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E147C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E147C0 is #1EB83F. Grayscale: #828282. Windows color (decimal): -2013248 or 12601313. OLE color: 12601313.

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

Color convert

RGB 225 71 192 -
CMYK 0 0.68 0.15 0.12
HSL 312.86º 0.72% 0.58% -
HSV(B) 312.86º 0.68% 0.88% -
XYZ 42.82 24.32 52.31 -
YUV 130.84 162.52 195.16 -
System Red Green Blue C M Y K H S L
Decimal 225 71 192 0 0.68 0.15 0.12 312.86 0.72 0.58
Hex E1 47 C0 0 44 F C 139 48 3A
Octal 341 107 300 0 104 17 14 471 110 72
Binary 11100001 1000111 11000000 0 1000100 1111 1100 100111001 1001000 111010

Color Harmonies of #E147C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E147C0

Black with #E147C0

Text Example


Text Example

White with #E147C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E147C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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