#E85EC1

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

Shades of Free Speech Magenta #E85EC1

Tints of Free Speech Magenta #E85EC1

Color information

#E85EC1 (or 0xE85EC1) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 5E and C1. RGB value is (232,94,193). Sum of RGB (Red+Green+Blue) = 232+94+193=519 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.70% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 232 - color contains mainly: red. Hex color #E85EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85EC1 is #17A13E. Grayscale: #929292. Windows color (decimal): -1548607 or 12672744. OLE color: 12672744.

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

Color convert

RGB23294193-
CMYK00.590.170.09
HSL316.96º75%63.92%-
HSV(B)316.96º59.48%90.98%-
XYZ46.9129.0153.58-
YUV146.55154.22188.95-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.70%
GREEN value IS 94 (37.11% from 255) = 18.11%
BLUE value IS 193 (75.78% from 255) = 37.19%
R=44.70%
G=18.11%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329419300.590.170.09316.967563.92
HexE85EC103B11913d4b40
Octal3501363010732111475113100
Binary11101000101111011000001011101110001100110011110110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85EC1; }

 p { color: rgb(232,94,193); }

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

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

 a { background-color: rgb(232,94,193); }

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

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

 span { border-color: rgb(232,94,193); }

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