#E85DCF

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

Shades of Free Speech Magenta #E85DCF

Tints of Free Speech Magenta #E85DCF

Color information

#E85DCF (or 0xE85DCF) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 5D and CF. RGB value is (232,93,207). Sum of RGB (Red+Green+Blue) = 232+93+207=532 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.61% from 532); Green value is 93 (36.72% from 255 or 17.48% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 232 - color contains mainly: red. Hex color #E85DCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85DCF is #17A230. Grayscale: #939393. Windows color (decimal): -1548849 or 13589992. OLE color: 13589992.

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

Color convert

RGB23293207-
CMYK00.600.110.09
HSL310.79º75.14%63.73%-
HSV(B)310.79º59.91%90.98%-
XYZ48.4629.4962.17-
YUV147.56161.55188.23-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.61%
GREEN value IS 93 (36.72% from 255) = 17.48%
BLUE value IS 207 (81.25% from 255) = 38.91%
R=43.61%
G=17.48%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329320700.600.110.09310.7975.1463.73
HexE85DCF03CB91374b40
Octal3501353170741311467113100
Binary1110100010111011100111101111001011100110011011110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85DCF; }

 p { color: rgb(232,93,207); }

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

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

 a { background-color: rgb(232,93,207); }

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

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

 span { border-color: rgb(232,93,207); }

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