#E84AD8

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

Shades of Free Speech Magenta #E84AD8

Tints of Free Speech Magenta #E84AD8

Color information

#E84AD8 (or 0xE84AD8) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 4A and D8. RGB value is (232,74,216). Sum of RGB (Red+Green+Blue) = 232+74+216=522 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.44% from 522); Green value is 74 (29.30% from 255 or 14.18% from 522); Blue value is 216 (84.77% from 255 or 41.38% from 522); Max value from RGB is 232 - color contains mainly: red. Hex color #E84AD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E84AD8 is #17B527. Grayscale: #898989. Windows color (decimal): -1553704 or 14174952. OLE color: 14174952.

HSL color Cylindrical-coordinate representation of color #E84AD8: hue angle of 306.08º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E84AD8 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB23274216-
CMYK00.680.070.09
HSL306.08º77.45%60%-
HSV(B)306.08º68.1%90.98%-
XYZ48.1227.0167.64-
YUV137.43172.35195.45-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.44%
GREEN value IS 74 (29.30% from 255) = 14.18%
BLUE value IS 216 (84.77% from 255) = 41.38%
R=44.44%
G=14.18%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2327421600.680.070.09306.0877.4560
HexE84AD8044791324d3c
Octal350112330010471146211574
Binary111010001001010110110000100010011110011001100101001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E84AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E84AD8; }

 p { color: rgb(232,74,216); }

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

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

 a { background-color: rgb(232,74,216); }

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

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

 span { border-color: rgb(232,74,216); }

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