#E842D9

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

Shades of Free Speech Magenta #E842D9

Tints of Free Speech Magenta #E842D9

Color information

#E842D9 (or 0xE842D9) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 42 and D9. RGB value is (232,66,217). Sum of RGB (Red+Green+Blue) = 232+66+217=515 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.05% from 515); Green value is 66 (26.17% from 255 or 12.82% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 232 - color contains mainly: red. Hex color #E842D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E842D9 is #17BD26. Grayscale: #848484. Windows color (decimal): -1555751 or 14238440. OLE color: 14238440.

HSL color Cylindrical-coordinate representation of color #E842D9: hue angle of 305.42º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E842D9 is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB23266217-
CMYK00.720.060.09
HSL305.42º78.3%58.43%-
HSV(B)305.42º71.55%90.98%-
XYZ47.7526.0668.16-
YUV132.85175.5198.72-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.05%
GREEN value IS 66 (26.17% from 255) = 12.82%
BLUE value IS 217 (85.16% from 255) = 42.14%
R=45.05%
G=12.82%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2326621700.720.060.09305.4278.358.43
HexE842D9048691314e3a
Octal350102331011061146111672
Binary111010001000010110110010100100011010011001100011001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E842D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E842D9; }

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

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

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

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

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

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

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

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