#E04DDC

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

Shades of Free Speech Magenta #E04DDC

Tints of Free Speech Magenta #E04DDC

Color information

#E04DDC (or 0xE04DDC) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 4D and DC. RGB value is (224,77,220). Sum of RGB (Red+Green+Blue) = 224+77+220=521 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.99% from 521); Green value is 77 (30.47% from 255 or 14.78% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 224 - color contains mainly: red. Hex color #E04DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E04DDC is #1FB223. Grayscale: #888888. Windows color (decimal): -2077220 or 14437856. OLE color: 14437856.

HSL color Cylindrical-coordinate representation of color #E04DDC: hue angle of 301.63º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04DDC is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB22477220-
CMYK00.660.020.12
HSL301.63º70.33%59.02%-
HSV(B)301.63º65.62%87.84%-
XYZ46.3126.3270.35-
YUV137.26174.7189.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.99%
GREEN value IS 77 (30.47% from 255) = 14.78%
BLUE value IS 220 (86.33% from 255) = 42.23%
R=42.99%
G=14.78%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247722000.660.020.12301.6370.3359.02
HexE04DDC0422C12e463b
Octal340115334010221445610673
Binary11100000100110111011100010000101011001001011101000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04DDC; }

 p { color: rgb(224,77,220); }

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

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

 a { background-color: rgb(224,77,220); }

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

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

 span { border-color: rgb(224,77,220); }

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