#E85BD8

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

Shades of Free Speech Magenta #E85BD8

Tints of Free Speech Magenta #E85BD8

Color information

#E85BD8 (or 0xE85BD8) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 5B and D8. RGB value is (232,91,216). Sum of RGB (Red+Green+Blue) = 232+91+216=539 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.04% from 539); Green value is 91 (35.94% from 255 or 16.88% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 232 - color contains mainly: red. Hex color #E85BD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85BD8 is #17A427. Grayscale: #939393. Windows color (decimal): -1549352 or 14179304. OLE color: 14179304.

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

Color convert

RGB23291216-
CMYK00.610.070.09
HSL306.81º75.4%63.33%-
HSV(B)306.81º60.78%90.98%-
XYZ49.4129.668.07-
YUV147.41166.71188.34-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.04%
GREEN value IS 91 (35.94% from 255) = 16.88%
BLUE value IS 216 (84.77% from 255) = 40.07%
R=43.04%
G=16.88%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329121600.610.070.09306.8175.463.33
HexE85BD803D791334b3f
Octal35013333007571146311377
Binary11101000101101111011000011110111110011001100111001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85BD8; }

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

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

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

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

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

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

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

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