#E042D9

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

Shades of Free Speech Magenta #E042D9

Tints of Free Speech Magenta #E042D9

Color information

#E042D9 (or 0xE042D9) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 42 and D9. RGB value is (224,66,217). Sum of RGB (Red+Green+Blue) = 224+66+217=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 66 (26.17% from 255 or 13.02% from 507); Blue value is 217 (85.16% from 255 or 42.80% from 507); Max value from RGB is 224 - color contains mainly: red. Hex color #E042D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E042D9 is #1FBD26. Grayscale: #828282. Windows color (decimal): -2080039 or 14238432. OLE color: 14238432.

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

Color convert

RGB22466217-
CMYK00.710.030.12
HSL302.66º71.82%56.86%-
HSV(B)302.66º70.54%87.84%-
XYZ45.2124.7568.04-
YUV130.46176.85194.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.18%
GREEN value IS 66 (26.17% from 255) = 13.02%
BLUE value IS 217 (85.16% from 255) = 42.80%
R=44.18%
G=13.02%
B=42.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246621700.710.030.12302.6671.8256.86
HexE042D90473C12f4839
Octal340102331010731445711071
Binary11100000100001011011001010001111111001001011111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E042D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E042D9; }

 p { color: rgb(224,66,217); }

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

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

 a { background-color: rgb(224,66,217); }

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

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

 span { border-color: rgb(224,66,217); }

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