#E85ADB

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

Shades of Free Speech Magenta #E85ADB

Tints of Free Speech Magenta #E85ADB

Color information

#E85ADB (or 0xE85ADB) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 5A and DB. RGB value is (232,90,219). Sum of RGB (Red+Green+Blue) = 232+90+219=541 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.88% from 541); Green value is 90 (35.55% from 255 or 16.64% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 232 - color contains mainly: red. Hex color #E85ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85ADB is #17A524. Grayscale: #929292. Windows color (decimal): -1549605 or 14375656. OLE color: 14375656.

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

Color convert

RGB23290219-
CMYK00.610.060.09
HSL305.49º75.53%63.14%-
HSV(B)305.49º61.21%90.98%-
XYZ49.7229.5870.11-
YUV147.16168.54188.51-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.88%
GREEN value IS 90 (35.55% from 255) = 16.64%
BLUE value IS 219 (85.94% from 255) = 40.48%
R=42.88%
G=16.64%
B=40.48%

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
Decimal2329021900.610.060.09305.4975.5363.14
HexE85ADB03D691314c3f
Octal35013233307561146111477
Binary11101000101101011011011011110111010011001100011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85ADB; }

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

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

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

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

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

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

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

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