#E85ADF

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

Shades of Free Speech Magenta #E85ADF

Tints of Free Speech Magenta #E85ADF

Color information

#E85ADF (or 0xE85ADF) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 5A and DF. RGB value is (232,90,223). Sum of RGB (Red+Green+Blue) = 232+90+223=545 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.57% from 545); Green value is 90 (35.55% from 255 or 16.51% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 232 - color contains mainly: red. Hex color #E85ADF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85ADF is #17A520. Grayscale: #939393. Windows color (decimal): -1549601 or 14637800. OLE color: 14637800.

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

Color convert

RGB23290223-
CMYK00.610.040.09
HSL303.8º75.53%63.14%-
HSV(B)303.8º61.21%90.98%-
XYZ50.2529.872.91-
YUV147.62170.54188.19-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.57%
GREEN value IS 90 (35.55% from 255) = 16.51%
BLUE value IS 223 (87.5% from 255) = 40.92%
R=42.57%
G=16.51%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329022300.610.040.09303.875.5363.14
HexE85ADF03D491304c3f
Octal35013233707541146011477
Binary11101000101101011011111011110110010011001100001001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85ADF; }

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

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

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

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

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

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

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

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