#e85bd1

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

Shades of Free Speech Magenta #E85BD1

Tints of Free Speech Magenta #E85BD1

Color information

#E85BD1 (or 0xE85BD1) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 5B and D1. RGB value is (232,91,209). Sum of RGB (Red+Green+Blue) = 232+91+209=532 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.61% from 532); Green value is 91 (35.94% from 255 or 17.11% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 232 - color contains mainly: red. Hex color #E85BD1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85BD1 is #17A42E. Grayscale: #929292. Windows color (decimal): -1549359 or 13720552. OLE color: 13720552.

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

Color convert

RGB23291209-
CMYK00.610.100.09
HSL309.79º75.4%63.33%-
HSV(B)309.79º60.78%90.98%-
XYZ48.5329.2463.41-
YUV146.61163.21188.91-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.61%
GREEN value IS 91 (35.94% from 255) = 17.11%
BLUE value IS 209 (82.03% from 255) = 39.29%
R=43.61%
G=17.11%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329120900.610.100.09309.7975.463.33
HexE85BD103DA91364b3f
Octal350133321075121146611377
Binary111010001011011110100010111101101010011001101101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e85bd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e85bd1; }

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

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

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

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

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

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

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

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