#E961C6

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

Shades of Free Speech Magenta #E961C6

Tints of Free Speech Magenta #E961C6

Color information

#E961C6 (or 0xE961C6) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 61 and C6. RGB value is (233,97,198). Sum of RGB (Red+Green+Blue) = 233+97+198=528 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.13% from 528); Green value is 97 (38.28% from 255 or 18.37% from 528); Blue value is 198 (77.73% from 255 or 37.5% from 528); Max value from RGB is 233 - color contains mainly: red. Hex color #E961C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E961C6 is #169E39. Grayscale: #949494. Windows color (decimal): -1482298 or 13001193. OLE color: 13001193.

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

Color convert

RGB23397198-
CMYK00.580.150.09
HSL315.44º75.56%64.71%-
HSV(B)315.44º58.37%91.37%-
XYZ48.0729.9556.67-
YUV149.18155.56187.79-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.13%
GREEN value IS 97 (38.28% from 255) = 18.37%
BLUE value IS 198 (77.73% from 255) = 37.5%
R=44.13%
G=18.37%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339719800.580.150.09315.4475.5664.71
HexE961C603AF913b4c41
Octal3511413060721711473114101
Binary1110100111000011100011001110101111100110011101110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E961C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E961C6; }

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

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

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

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

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

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

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

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