#E148B9

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

Shades of Free Speech Magenta #E148B9

Tints of Free Speech Magenta #E148B9

Color information

#E148B9 (or 0xE148B9) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 48 and B9. RGB value is (225,72,185). Sum of RGB (Red+Green+Blue) = 225+72+185=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 72 (28.52% from 255 or 14.94% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E148B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E148B9 is #1EB746. Grayscale: #828282. Windows color (decimal): -2012999 or 12142817. OLE color: 12142817.

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

Color convert

RGB22572185-
CMYK00.680.180.12
HSL315.69º71.83%58.24%-
HSV(B)315.69º68%88.24%-
XYZ42.1324.1548.34-
YUV130.63158.69195.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.68%
GREEN value IS 72 (28.52% from 255) = 14.94%
BLUE value IS 185 (72.66% from 255) = 38.38%
R=46.68%
G=14.94%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257218500.680.180.12315.6971.8358.24
HexE148B904412C13c483a
Octal3411102710104221447411072
Binary11100001100100010111001010001001001011001001111001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E148B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E148B9; }

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

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

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

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

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

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

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

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