#E158B9

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

Shades of Free Speech Magenta #E158B9

Tints of Free Speech Magenta #E158B9

Color information

#E158B9 (or 0xE158B9) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 58 and B9. RGB value is (225,88,185). Sum of RGB (Red+Green+Blue) = 225+88+185=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E158B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E158B9 is #1EA746. Grayscale: #8B8B8B. Windows color (decimal): -2008903 or 12146913. OLE color: 12146913.

HSL color Cylindrical-coordinate representation of color #E158B9: hue angle of 317.52º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E158B9 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB22588185-
CMYK00.610.180.12
HSL317.52º69.54%61.37%-
HSV(B)317.52º60.89%88.24%-
XYZ43.326.4948.73-
YUV140.02153.39188.61-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.18%
GREEN value IS 88 (34.77% from 255) = 17.67%
BLUE value IS 185 (72.66% from 255) = 37.15%
R=45.18%
G=17.67%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258818500.610.180.12317.5269.5461.37
HexE158B903D12C13e463d
Octal341130271075221447610675
Binary1110000110110001011100101111011001011001001111101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E158B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E158B9; }

 p { color: rgb(225,88,185); }

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

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

 a { background-color: rgb(225,88,185); }

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

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

 span { border-color: rgb(225,88,185); }

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