#E040D0

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

Shades of Free Speech Magenta #E040D0

Tints of Free Speech Magenta #E040D0

Color information

#E040D0 (or 0xE040D0) is unknown color: approx Free Speech Magenta. HEX triplet: E0, 40 and D0. RGB value is (224,64,208). Sum of RGB (Red+Green+Blue) = 224+64+208=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 64 (25.39% from 255 or 12.90% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E040D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E040D0 is #1FBF2F. Grayscale: #7F7F7F. Windows color (decimal): -2080560 or 13648096. OLE color: 13648096.

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

Color convert

RGB22464208-
CMYK00.710.070.12
HSL306º72.07%56.47%-
HSV(B)306º71.43%87.84%-
XYZ43.9624.0762-
YUV128.26173.01196.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.16%
GREEN value IS 64 (25.39% from 255) = 12.90%
BLUE value IS 208 (81.64% from 255) = 41.94%
R=45.16%
G=12.90%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2246420800.710.070.1230672.0756.47
HexE040D00477C1324838
Octal340100320010771446211070
Binary111000001000000110100000100011111111001001100101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E040D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E040D0; }

 p { color: rgb(224,64,208); }

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

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

 a { background-color: rgb(224,64,208); }

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

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

 span { border-color: rgb(224,64,208); }

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