#E042D4

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

Shades of Free Speech Magenta #E042D4

Tints of Free Speech Magenta #E042D4

Color information

#E042D4 (or 0xE042D4) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 42 and D4. RGB value is (224,66,212). Sum of RGB (Red+Green+Blue) = 224+66+212=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 66 (26.17% from 255 or 13.15% from 502); Blue value is 212 (83.20% from 255 or 42.23% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E042D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E042D4 is #1FBD2B. Grayscale: #818181. Windows color (decimal): -2080044 or 13910752. OLE color: 13910752.

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

Color convert

RGB22466212-
CMYK00.710.050.12
HSL304.56º71.82%56.86%-
HSV(B)304.56º70.54%87.84%-
XYZ44.5724.564.67-
YUV129.89174.35195.13-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.62%
GREEN value IS 66 (26.17% from 255) = 13.15%
BLUE value IS 212 (83.20% from 255) = 42.23%
R=44.62%
G=13.15%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246621200.710.050.12304.5671.8256.86
HexE042D40475C1314839
Octal340102324010751446111071
Binary111000001000010110101000100011110111001001100011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E042D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E042D4; }

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

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

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

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

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

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

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

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