#E048B7

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

Shades of Free Speech Magenta #E048B7

Tints of Free Speech Magenta #E048B7

Color information

#E048B7 (or 0xE048B7) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 48 and B7. RGB value is (224,72,183). Sum of RGB (Red+Green+Blue) = 224+72+183=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 72 (28.52% from 255 or 15.03% from 479); Blue value is 183 (71.88% from 255 or 38.20% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E048B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E048B7 is #1FB748. Grayscale: #818181. Windows color (decimal): -2078537 or 12011744. OLE color: 12011744.

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

Color convert

RGB22472183-
CMYK00.680.180.12
HSL316.18º71.03%58.04%-
HSV(B)316.18º67.86%87.84%-
XYZ41.6123.947.22-
YUV130.1157.86194.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.76%
GREEN value IS 72 (28.52% from 255) = 15.03%
BLUE value IS 183 (71.88% from 255) = 38.20%
R=46.76%
G=15.03%
B=38.20%

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
Decimal2247218300.680.180.12316.1871.0358.04
HexE048B704412C13c473a
Octal3401102670104221447410772
Binary11100000100100010110111010001001001011001001111001000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E048B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E048B7; }

 p { color: rgb(224,72,183); }

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

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

 a { background-color: rgb(224,72,183); }

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

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

 span { border-color: rgb(224,72,183); }

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