#E159BD

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

Shades of Free Speech Magenta #E159BD

Tints of Free Speech Magenta #E159BD

Color information

#E159BD (or 0xE159BD) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 59 and BD. RGB value is (225,89,189). Sum of RGB (Red+Green+Blue) = 225+89+189=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E159BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E159BD is #1EA642. Grayscale: #8C8C8C. Windows color (decimal): -2008643 or 12409313. OLE color: 12409313.

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

Color convert

RGB22589189-
CMYK00.600.160.12
HSL315.88º69.39%61.57%-
HSV(B)315.88º60.44%88.24%-
XYZ43.8126.8351.01-
YUV141.06155.06187.87-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.73%
GREEN value IS 89 (35.16% from 255) = 17.69%
BLUE value IS 189 (74.22% from 255) = 37.57%
R=44.73%
G=17.69%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258918900.600.160.12315.8869.3961.57
HexE159BD03C10C13c453e
Octal341131275074201447410576
Binary1110000110110011011110101111001000011001001111001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E159BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E159BD; }

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

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

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

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

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

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

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

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