#E84ADB

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

Shades of Free Speech Magenta #E84ADB

Tints of Free Speech Magenta #E84ADB

Color information

#E84ADB (or 0xE84ADB) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 4A and DB. RGB value is (232,74,219). Sum of RGB (Red+Green+Blue) = 232+74+219=525 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.19% from 525); Green value is 74 (29.30% from 255 or 14.10% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 232 - color contains mainly: red. Hex color #E84ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E84ADB is #17B524. Grayscale: #898989. Windows color (decimal): -1553701 or 14371560. OLE color: 14371560.

HSL color Cylindrical-coordinate representation of color #E84ADB: hue angle of 304.94º 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 #E84ADB is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB23274219-
CMYK00.680.060.09
HSL304.94º77.45%60%-
HSV(B)304.94º68.1%90.98%-
XYZ48.5127.1769.7-
YUV137.77173.85195.21-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.19%
GREEN value IS 74 (29.30% from 255) = 14.10%
BLUE value IS 219 (85.94% from 255) = 41.71%
R=44.19%
G=14.10%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2327421900.680.060.09304.9477.4560
HexE84ADB044691314d3c
Octal350112333010461146111574
Binary111010001001010110110110100010011010011001100011001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E84ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E84ADB; }

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

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

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

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

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

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

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

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