#E048BE

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

Shades of Free Speech Magenta #E048BE

Tints of Free Speech Magenta #E048BE

Color information

#E048BE (or 0xE048BE) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 48 and BE. RGB value is (224,72,190). Sum of RGB (Red+Green+Blue) = 224+72+190=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 72 (28.52% from 255 or 14.81% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E048BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E048BE is #1FB741. Grayscale: #828282. Windows color (decimal): -2078530 or 12470496. OLE color: 12470496.

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

Color convert

RGB22472190-
CMYK00.680.150.12
HSL313.42º71.03%58.04%-
HSV(B)313.42º67.86%87.84%-
XYZ42.3524.251.15-
YUV130.9161.36194.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.09%
GREEN value IS 72 (28.52% from 255) = 14.81%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=46.09%
G=14.81%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247219000.680.150.12313.4271.0358.04
HexE048BE044FC139473a
Octal3401102760104171447110772
Binary1110000010010001011111001000100111111001001110011000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E048BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E048BE; }

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

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

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

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

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

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

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

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