#E048D5

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

Shades of Free Speech Magenta #E048D5

Tints of Free Speech Magenta #E048D5

Color information

#E048D5 (or 0xE048D5) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 48 and D5. RGB value is (224,72,213). Sum of RGB (Red+Green+Blue) = 224+72+213=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 72 (28.52% from 255 or 14.15% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E048D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E048D5 is #1FB72A. Grayscale: #858585. Windows color (decimal): -2078507 or 13977824. OLE color: 13977824.

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

Color convert

RGB22472213-
CMYK00.680.050.12
HSL304.34º71.03%58.04%-
HSV(B)304.34º67.86%87.84%-
XYZ45.0725.2965.46-
YUV133.52172.86192.54-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.01%
GREEN value IS 72 (28.52% from 255) = 14.15%
BLUE value IS 213 (83.59% from 255) = 41.85%
R=44.01%
G=14.15%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247221300.680.050.12304.3471.0358.04
HexE048D50445C130473a
Octal340110325010451446010772
Binary111000001001000110101010100010010111001001100001000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E048D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E048D5; }

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

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

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

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

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

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

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

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