#E861D0

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

Shades of Free Speech Magenta #E861D0

Tints of Free Speech Magenta #E861D0

Color information

#E861D0 (or 0xE861D0) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 61 and D0. RGB value is (232,97,208). Sum of RGB (Red+Green+Blue) = 232+97+208=537 (71% of max value = 765). Red value is 232 (91.02% from 255 or 43.20% from 537); Green value is 97 (38.28% from 255 or 18.06% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 232 - color contains mainly: red. Hex color #E861D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E861D0 is #179E2F. Grayscale: #959595. Windows color (decimal): -1547824 or 13656552. OLE color: 13656552.

HSL color Cylindrical-coordinate representation of color #E861D0: hue angle of 310.67º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E861D0 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB23297208-
CMYK00.580.100.09
HSL310.67º74.59%64.51%-
HSV(B)310.67º58.19%90.98%-
XYZ48.9430.2662.94-
YUV150.02160.73186.47-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 43.20%
GREEN value IS 97 (38.28% from 255) = 18.06%
BLUE value IS 208 (81.64% from 255) = 38.73%
R=43.20%
G=18.06%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329720800.580.100.09310.6774.5964.51
HexE861D003AA91374b41
Octal3501413200721211467113101
Binary1110100011000011101000001110101010100110011011110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E861D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E861D0; }

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

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

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

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

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

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

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

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