#E85ECC

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

Shades of Free Speech Magenta #E85ECC

Tints of Free Speech Magenta #E85ECC

Color information

#E85ECC (or 0xE85ECC) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 5E and CC. RGB value is (232,94,204). Sum of RGB (Red+Green+Blue) = 232+94+204=530 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.77% from 530); Green value is 94 (37.11% from 255 or 17.74% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 232 - color contains mainly: red. Hex color #E85ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85ECC is #17A133. Grayscale: #939393. Windows color (decimal): -1548596 or 13393640. OLE color: 13393640.

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

Color convert

RGB23294204-
CMYK00.590.120.09
HSL312.17º75%63.92%-
HSV(B)312.17º59.48%90.98%-
XYZ48.1829.5260.29-
YUV147.8159.72188.06-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.77%
GREEN value IS 94 (37.11% from 255) = 17.74%
BLUE value IS 204 (80.08% from 255) = 38.49%
R=43.77%
G=17.74%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329420400.590.120.09312.177563.92
HexE85ECC03BC91384b40
Octal3501363140731411470113100
Binary1110100010111101100110001110111100100110011100010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85ECC; }

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

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

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

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

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

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

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

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