#E861DB

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

Shades of Free Speech Magenta #E861DB

Tints of Free Speech Magenta #E861DB

Color information

#E861DB (or 0xE861DB) is unknown color: approx Free Speech Magenta. HEX triplet: E8, 61 and DB. RGB value is (232,97,219). Sum of RGB (Red+Green+Blue) = 232+97+219=548 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.34% from 548); Green value is 97 (38.28% from 255 or 17.70% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 232 - color contains mainly: red. Hex color #E861DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E861DB is #179E24. Grayscale: #969696. Windows color (decimal): -1547813 or 14377448. OLE color: 14377448.

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

Color convert

RGB23297219-
CMYK00.580.060.09
HSL305.78º74.59%64.51%-
HSV(B)305.78º58.19%90.98%-
XYZ50.3430.8270.31-
YUV151.27166.23185.58-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.34%
GREEN value IS 97 (38.28% from 255) = 17.70%
BLUE value IS 219 (85.94% from 255) = 39.96%
R=42.34%
G=17.70%
B=39.96%

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
Decimal2329721900.580.060.09305.7874.5964.51
HexE861DB03A691324b41
Octal350141333072611462113101
Binary111010001100001110110110111010110100110011001010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E861DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E861DB; }

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

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

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

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

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

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

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

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