#E961DF

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

Shades of Free Speech Magenta #E961DF

Tints of Free Speech Magenta #E961DF

Color information

#E961DF (or 0xE961DF) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 61 and DF. RGB value is (233,97,223). Sum of RGB (Red+Green+Blue) = 233+97+223=553 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.13% from 553); Green value is 97 (38.28% from 255 or 17.54% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 233 - color contains mainly: red. Hex color #E961DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E961DF is #169E20. Grayscale: #979797. Windows color (decimal): -1482273 or 14639593. OLE color: 14639593.

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

Color convert

RGB23397223-
CMYK00.580.040.09
HSL304.41º75.56%64.71%-
HSV(B)304.41º58.37%91.37%-
XYZ51.231.273.14-
YUV152.03168.06185.75-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.13%
GREEN value IS 97 (38.28% from 255) = 17.54%
BLUE value IS 223 (87.5% from 255) = 40.33%
R=42.13%
G=17.54%
B=40.33%

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
Decimal2339722300.580.040.09304.4175.5664.71
HexE961DF03A491304c41
Octal351141337072411460114101
Binary111010011100001110111110111010100100110011000010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E961DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E961DF; }

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

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

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

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

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

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

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

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