#E046DA

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

Shades of Free Speech Magenta #E046DA

Tints of Free Speech Magenta #E046DA

Color information

#E046DA (or 0xE046DA) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 46 and DA. RGB value is (224,70,218). Sum of RGB (Red+Green+Blue) = 224+70+218=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 70 (27.73% from 255 or 13.67% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E046DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E046DA is #1FB925. Grayscale: #848484. Windows color (decimal): -2079014 or 14304992. OLE color: 14304992.

HSL color Cylindrical-coordinate representation of color #E046DA: hue angle of 302.34º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E046DA is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB22470218-
CMYK00.690.030.12
HSL302.34º71.3%57.65%-
HSV(B)302.34º68.75%87.84%-
XYZ45.5925.2968.81-
YUV132.92176.02192.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.75%
GREEN value IS 70 (27.73% from 255) = 13.67%
BLUE value IS 218 (85.55% from 255) = 42.58%
R=43.75%
G=13.67%
B=42.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247021800.690.030.12302.3471.357.65
HexE046DA0453C12e473a
Octal340106332010531445610772
Binary11100000100011011011010010001011111001001011101000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E046DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E046DA; }

 p { color: rgb(224,70,218); }

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

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

 a { background-color: rgb(224,70,218); }

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

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

 span { border-color: rgb(224,70,218); }

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