#E961E6

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

Shades of Free Speech Magenta #E961E6

Tints of Free Speech Magenta #E961E6

Color information

#E961E6 (or 0xE961E6) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 61 and E6. RGB value is (233,97,230). Sum of RGB (Red+Green+Blue) = 233+97+230=560 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.61% from 560); Green value is 97 (38.28% from 255 or 17.32% from 560); Blue value is 230 (90.23% from 255 or 41.07% from 560); Max value from RGB is 233 - color contains mainly: red. Hex color #E961E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E961E6 is #169E19. Grayscale: #989898. Windows color (decimal): -1482266 or 15098345. OLE color: 15098345.

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

Color convert

RGB23397230-
CMYK00.580.010.09
HSL301.32º75.56%64.71%-
HSV(B)301.32º58.37%91.37%-
XYZ52.1631.5978.21-
YUV152.83171.56185.19-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.61%
GREEN value IS 97 (38.28% from 255) = 17.32%
BLUE value IS 230 (90.23% from 255) = 41.07%
R=41.61%
G=17.32%
B=41.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339723000.580.010.09301.3275.5664.71
HexE961E603A1912d4c41
Octal351141346072111455114101
Binary1110100111000011110011001110101100110010110110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E961E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E961E6; }

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

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

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

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

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

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

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

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