#E840D2

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

Shades of Free Speech Magenta #E840D2

Tints of Free Speech Magenta #E840D2

Color information

#E840D2 (or 0xE840D2) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 40 and D2. RGB value is (232,64,210). Sum of RGB (Red+Green+Blue) = 232+64+210=506 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.85% from 506); Green value is 64 (25.39% from 255 or 12.65% from 506); Blue value is 210 (82.42% from 255 or 41.50% from 506); Max value from RGB is 232 - color contains mainly: red. Hex color #E840D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E840D2 is #17BF2D. Grayscale: #828282. Windows color (decimal): -1556270 or 13779176. OLE color: 13779176.

HSL color Cylindrical-coordinate representation of color #E840D2: hue angle of 307.86º degrees, saturation: 0.79, 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 #E840D2 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB23264210-
CMYK00.720.090.09
HSL307.86º78.5%58.04%-
HSV(B)307.86º72.41%90.98%-
XYZ46.7425.4863.43-
YUV130.88172.66200.13-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.85%
GREEN value IS 64 (25.39% from 255) = 12.65%
BLUE value IS 210 (82.42% from 255) = 41.50%
R=45.85%
G=12.65%
B=41.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2326421000.720.090.09307.8678.558.04
HexE840D2048991344f3a
Octal3501003220110111146411772
Binary1110100010000001101001001001000100110011001101001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E840D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E840D2; }

 p { color: rgb(232,64,210); }

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

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

 a { background-color: rgb(232,64,210); }

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

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

 span { border-color: rgb(232,64,210); }

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