Html Css Color HEX #E147BA Free Speech Magenta

📋 copy color: '#E147BA'

red 225 ◦ green 71 ◦ blue 186

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

Shades of Free Speech Magenta #E147BA

Tints of Free Speech Magenta #E147BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.59%

R = 46.68%
G = 14.73%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E147BA (or 0xE147BA) is known color: Free Speech Magenta. HEX triplet: E1, 47 and BA. RGB value is (225,71,186). Sum of RGB (Red+Green+Blue) = 225+71+186=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 71 (28.12% from 255 or 14.73% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E147BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E147BA is #1EB845. Grayscale: #818181. Windows color (decimal): -2013254 or 12208097. OLE color: 12208097.

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

Color convert

RGB 225 71 186 -
CMYK 0 0.68 0.17 0.12
HSL 315.19º 0.72% 0.58% -
HSV(B) 315.19º 0.68% 0.88% -
XYZ 42.17 24.06 48.88 -
YUV 130.16 159.52 195.65 -
System Red Green Blue C M Y K H S L
Decimal 225 71 186 0 0.68 0.17 0.12 315.19 0.72 0.58
Hex E1 47 BA 0 44 11 C 13B 48 3A
Octal 341 107 272 0 104 21 14 473 110 72
Binary 11100001 1000111 10111010 0 1000100 10001 1100 100111011 1001000 111010

Color Harmonies of #E147BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E147BA

Black with #E147BA

Text Example


Text Example

White with #E147BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E147BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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