#E861DF

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

Shades of Free Speech Magenta #E861DF

Tints of Free Speech Magenta #E861DF

Color information

#E861DF (or 0xE861DF) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 61 and DF. RGB value is (232,97,223). Sum of RGB (Red+Green+Blue) = 232+97+223=552 (73% of max value = 765). Red value is 232 (91.02% from 255 or 42.03% from 552); Green value is 97 (38.28% from 255 or 17.57% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 232 - color contains mainly: red. Hex color #E861DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E861DF is #179E20. Grayscale: #979797. Windows color (decimal): -1547809 or 14639592. OLE color: 14639592.

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

Color convert

RGB23297223-
CMYK00.580.040.09
HSL304º74.59%64.51%-
HSV(B)304º58.19%90.98%-
XYZ50.8731.0373.12-
YUV151.73168.23185.25-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.03%
GREEN value IS 97 (38.28% from 255) = 17.57%
BLUE value IS 223 (87.5% from 255) = 40.40%
R=42.03%
G=17.57%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329722300.580.040.0930474.5964.51
HexE861DF03A491304b41
Octal350141337072411460113101
Binary111010001100001110111110111010100100110011000010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E861DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E861DF; }

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

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

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

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

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

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

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

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