#E159BF

Color #E159BF Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #E159BF

Tints of Free Speech Magenta #E159BF

Color information

#E159BF (or 0xE159BF) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 59 and BF. RGB value is (225,89,191). Sum of RGB (Red+Green+Blue) = 225+89+191=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 89 (35.16% from 255 or 17.62% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E159BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E159BF is #1EA640. Grayscale: #8D8D8D. Windows color (decimal): -2008641 or 12540385. OLE color: 12540385.

HSL color Cylindrical-coordinate representation of color #E159BF: hue angle of 315º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E159BF is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB22589191-
CMYK00.600.150.12
HSL315º69.39%61.57%-
HSV(B)315º60.44%88.24%-
XYZ44.0326.9152.16-
YUV141.29156.06187.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.55%
GREEN value IS 89 (35.16% from 255) = 17.62%
BLUE value IS 191 (75% from 255) = 37.82%
R=44.55%
G=17.62%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258919100.600.150.1231569.3961.57
HexE159BF03CFC13b453e
Octal341131277074171447310576
Binary111000011011001101111110111100111111001001110111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E159BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E159BF; }

 p { color: rgb(225,89,191); }

 H1.HeaderClassName
 {
   color: #E159BF;
 }
 .AnyTagClassName
 {
   color: #E159BF;
 }
</style>
background-color css

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

 a { background-color: rgb(225,89,191); }

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

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

 span { border-color: rgb(225,89,191); }

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