#E85CD0

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

Shades of Free Speech Magenta #E85CD0

Tints of Free Speech Magenta #E85CD0

Color information

#E85CD0 (or 0xE85CD0) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 5C and D0. RGB value is (232,92,208). Sum of RGB (Red+Green+Blue) = 232+92+208=532 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.61% from 532); Green value is 92 (36.33% from 255 or 17.29% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 232 - color contains mainly: red. Hex color #E85CD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85CD0 is #17A32F. Grayscale: #929292. Windows color (decimal): -1549104 or 13655272. OLE color: 13655272.

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

Color convert

RGB23292208-
CMYK00.600.100.09
HSL310.29º75.27%63.53%-
HSV(B)310.29º60.34%90.98%-
XYZ48.4929.3662.79-
YUV147.08162.38188.57-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.61%
GREEN value IS 92 (36.33% from 255) = 17.29%
BLUE value IS 208 (81.64% from 255) = 39.10%
R=43.61%
G=17.29%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329220800.600.100.09310.2975.2763.53
HexE85CD003CA91364b40
Octal3501343200741211466113100
Binary1110100010111001101000001111001010100110011011010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E85CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E85CD0; }

 p { color: rgb(232,92,208); }

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

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

 a { background-color: rgb(232,92,208); }

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

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

 span { border-color: rgb(232,92,208); }

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