#E85BD9

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

Shades of Free Speech Magenta #E85BD9

Tints of Free Speech Magenta #E85BD9

Color information

#E85BD9 (or 0xE85BD9) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 5B and D9. RGB value is (232,91,217). Sum of RGB (Red+Green+Blue) = 232+91+217=540 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.96% from 540); Green value is 91 (35.94% from 255 or 16.85% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 232 - color contains mainly: red. Hex color #E85BD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85BD9 is #17A426. Grayscale: #939393. Windows color (decimal): -1549351 or 14244840. OLE color: 14244840.

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

Color convert

RGB23291217-
CMYK00.610.060.09
HSL306.38º75.4%63.33%-
HSV(B)306.38º60.78%90.98%-
XYZ49.5429.6568.76-
YUV147.52167.21188.25-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.96%
GREEN value IS 91 (35.94% from 255) = 16.85%
BLUE value IS 217 (85.16% from 255) = 40.19%
R=42.96%
G=16.85%
B=40.19%

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
Decimal2329121700.610.060.09306.3875.463.33
HexE85BD903D691324b3f
Octal35013333107561146211377
Binary11101000101101111011001011110111010011001100101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85BD9; }

 p { color: rgb(232,91,217); }

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

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

 a { background-color: rgb(232,91,217); }

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

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

 span { border-color: rgb(232,91,217); }

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