#E163BD

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

Shades of Free Speech Magenta #E163BD

Tints of Free Speech Magenta #E163BD

Color information

#E163BD (or 0xE163BD) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 63 and BD. RGB value is (225,99,189). Sum of RGB (Red+Green+Blue) = 225+99+189=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E163BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E163BD is #1E9C42. Grayscale: #929292. Windows color (decimal): -2006083 or 12411873. OLE color: 12411873.

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

Color convert

RGB22599189-
CMYK00.560.160.12
HSL317.14º67.74%63.53%-
HSV(B)317.14º56%88.24%-
XYZ44.728.6151.31-
YUV146.93151.74183.68-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.86%
GREEN value IS 99 (39.06% from 255) = 19.30%
BLUE value IS 189 (74.22% from 255) = 36.84%
R=43.86%
G=19.30%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259918900.560.160.12317.1467.7463.53
HexE163BD03810C13d4440
Octal3411432750702014475104100
Binary11100001110001110111101011100010000110010011110110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E163BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E163BD; }

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

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

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

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

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

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

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

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