#E85FD9

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

Shades of Free Speech Magenta #E85FD9

Tints of Free Speech Magenta #E85FD9

Color information

#E85FD9 (or 0xE85FD9) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 5F and D9. RGB value is (232,95,217). Sum of RGB (Red+Green+Blue) = 232+95+217=544 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.65% from 544); Green value is 95 (37.5% from 255 or 17.46% from 544); Blue value is 217 (85.16% from 255 or 39.89% from 544); Max value from RGB is 232 - color contains mainly: red. Hex color #E85FD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85FD9 is #17A026. Grayscale: #959595. Windows color (decimal): -1548327 or 14245864. OLE color: 14245864.

HSL color Cylindrical-coordinate representation of color #E85FD9: hue angle of 306.57º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E85FD9 is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB23295217-
CMYK00.590.060.09
HSL306.57º74.86%64.12%-
HSV(B)306.57º59.05%90.98%-
XYZ49.930.3568.87-
YUV149.87165.89186.58-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.65%
GREEN value IS 95 (37.5% from 255) = 17.46%
BLUE value IS 217 (85.16% from 255) = 39.89%
R=42.65%
G=17.46%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329521700.590.060.09306.5774.8664.12
HexE85FD903B691334b40
Octal350137331073611463113100
Binary111010001011111110110010111011110100110011001110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85FD9; }

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

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

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

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

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

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

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

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