#E861DA

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

Shades of Free Speech Magenta #E861DA

Tints of Free Speech Magenta #E861DA

Color information

#E861DA (or 0xE861DA) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 61 and DA. RGB value is (232,97,218). Sum of RGB (Red+Green+Blue) = 232+97+218=547 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.41% from 547); Green value is 97 (38.28% from 255 or 17.73% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 232 - color contains mainly: red. Hex color #E861DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E861DA is #179E25. Grayscale: #969696. Windows color (decimal): -1547814 or 14311912. OLE color: 14311912.

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

Color convert

RGB23297218-
CMYK00.580.060.09
HSL306.22º74.59%64.51%-
HSV(B)306.22º58.19%90.98%-
XYZ50.2130.7769.62-
YUV151.16165.73185.66-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.41%
GREEN value IS 97 (38.28% from 255) = 17.73%
BLUE value IS 218 (85.55% from 255) = 39.85%
R=42.41%
G=17.73%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2329721800.580.060.09306.2274.5964.51
HexE861DA03A691324b41
Octal350141332072611462113101
Binary111010001100001110110100111010110100110011001010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E861DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E861DA; }

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

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

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

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

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

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

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

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