#E85ADA

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

Shades of Free Speech Magenta #E85ADA

Tints of Free Speech Magenta #E85ADA

Color information

#E85ADA (or 0xE85ADA) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 5A and DA. RGB value is (232,90,218). Sum of RGB (Red+Green+Blue) = 232+90+218=540 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.96% from 540); Green value is 90 (35.55% from 255 or 16.67% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 232 - color contains mainly: red. Hex color #E85ADA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85ADA is #17A525. Grayscale: #929292. Windows color (decimal): -1549606 or 14310120. OLE color: 14310120.

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

Color convert

RGB23290218-
CMYK00.610.060.09
HSL305.92º75.53%63.14%-
HSV(B)305.92º61.21%90.98%-
XYZ49.5929.5369.42-
YUV147.05168.04188.59-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.96%
GREEN value IS 90 (35.55% from 255) = 16.67%
BLUE value IS 218 (85.55% from 255) = 40.37%
R=42.96%
G=16.67%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329021800.610.060.09305.9275.5363.14
HexE85ADA03D691324c3f
Octal35013233207561146211477
Binary11101000101101011011010011110111010011001100101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85ADA; }

 p { color: rgb(232,90,218); }

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

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

 a { background-color: rgb(232,90,218); }

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

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

 span { border-color: rgb(232,90,218); }

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