#E043DD

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

Shades of Free Speech Magenta #E043DD

Tints of Free Speech Magenta #E043DD

Color information

#E043DD (or 0xE043DD) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 43 and DD. RGB value is (224,67,221). Sum of RGB (Red+Green+Blue) = 224+67+221=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 67 (26.56% from 255 or 13.09% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E043DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E043DD is #1FBC22. Grayscale: #838383. Windows color (decimal): -2079779 or 14500832. OLE color: 14500832.

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

Color convert

RGB22467221-
CMYK00.700.010.12
HSL301.15º71.69%57.06%-
HSV(B)301.15º70.09%87.84%-
XYZ45.825.0870.83-
YUV131.5178.51193.98-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.75%
GREEN value IS 67 (26.56% from 255) = 13.09%
BLUE value IS 221 (86.72% from 255) = 43.16%
R=43.75%
G=13.09%
B=43.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246722100.700.010.12301.1571.6957.06
HexE043DD0461C12d4839
Octal340103335010611445511071
Binary1110000010000111101110101000110111001001011011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E043DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E043DD; }

 p { color: rgb(224,67,221); }

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

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

 a { background-color: rgb(224,67,221); }

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

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

 span { border-color: rgb(224,67,221); }

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