#E85FC5

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

Shades of Free Speech Magenta #E85FC5

Tints of Free Speech Magenta #E85FC5

Color information

#E85FC5 (or 0xE85FC5) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 5F and C5. RGB value is (232,95,197). Sum of RGB (Red+Green+Blue) = 232+95+197=524 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.27% from 524); Green value is 95 (37.5% from 255 or 18.13% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 232 - color contains mainly: red. Hex color #E85FC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85FC5 is #17A03A. Grayscale: #939393. Windows color (decimal): -1548347 or 12935144. OLE color: 12935144.

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

Color convert

RGB23295197-
CMYK00.590.150.09
HSL315.33º74.86%64.12%-
HSV(B)315.33º59.05%90.98%-
XYZ47.4529.3755.99-
YUV147.59155.89188.21-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.27%
GREEN value IS 95 (37.5% from 255) = 18.13%
BLUE value IS 197 (77.34% from 255) = 37.60%
R=44.27%
G=18.13%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329519700.590.150.09315.3374.8664.12
HexE85FC503BF913b4b40
Octal3501373050731711473113100
Binary1110100010111111100010101110111111100110011101110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85FC5; }

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

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

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

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

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

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

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

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