#E047D3

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

Shades of Free Speech Magenta #E047D3

Tints of Free Speech Magenta #E047D3

Color information

#E047D3 (or 0xE047D3) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 47 and D3. RGB value is (224,71,211). Sum of RGB (Red+Green+Blue) = 224+71+211=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 71 (28.12% from 255 or 14.03% from 506); Blue value is 211 (82.81% from 255 or 41.70% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E047D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E047D3 is #1FB82C. Grayscale: #848484. Windows color (decimal): -2078765 or 13846496. OLE color: 13846496.

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

Color convert

RGB22471211-
CMYK00.680.060.12
HSL305.1º71.16%57.84%-
HSV(B)305.1º68.3%87.84%-
XYZ44.7525.0664.11-
YUV132.71172.19193.12-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.27%
GREEN value IS 71 (28.12% from 255) = 14.03%
BLUE value IS 211 (82.81% from 255) = 41.70%
R=44.27%
G=14.03%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247121100.680.060.12305.171.1657.84
HexE047D30446C131473a
Octal340107323010461446110772
Binary111000001000111110100110100010011011001001100011000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E047D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E047D3; }

 p { color: rgb(224,71,211); }

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

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

 a { background-color: rgb(224,71,211); }

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

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

 span { border-color: rgb(224,71,211); }

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