#E154BB

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

Shades of Free Speech Magenta #E154BB

Tints of Free Speech Magenta #E154BB

Color information

#E154BB (or 0xE154BB) is unknown color: approx Free Speech Magenta. HEX triplet: E1, 54 and BB. RGB value is (225,84,187). Sum of RGB (Red+Green+Blue) = 225+84+187=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 84 (33.20% from 255 or 16.94% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E154BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E154BB is #1EAB44. Grayscale: #898989. Windows color (decimal): -2009925 or 12276961. OLE color: 12276961.

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

Color convert

RGB22584187-
CMYK00.630.170.12
HSL316.17º70.15%60.59%-
HSV(B)316.17º62.67%88.24%-
XYZ43.1925.9449.74-
YUV137.9155.71190.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.36%
GREEN value IS 84 (33.20% from 255) = 16.94%
BLUE value IS 187 (73.44% from 255) = 37.70%
R=45.36%
G=16.94%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258418700.630.170.12316.1770.1560.59
HexE154BB03F11C13c463d
Octal341124273077211447410675
Binary1110000110101001011101101111111000111001001111001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E154BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E154BB; }

 p { color: rgb(225,84,187); }

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

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

 a { background-color: rgb(225,84,187); }

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

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

 span { border-color: rgb(225,84,187); }

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