#E961CE

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

Shades of Free Speech Magenta #E961CE

Tints of Free Speech Magenta #E961CE

Color information

#E961CE (or 0xE961CE) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 61 and CE. RGB value is (233,97,206). Sum of RGB (Red+Green+Blue) = 233+97+206=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 97 (38.28% from 255 or 18.10% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 233 - color contains mainly: red. Hex color #E961CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E961CE is #169E31. Grayscale: #959595. Windows color (decimal): -1482290 or 13525481. OLE color: 13525481.

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

Color convert

RGB23397206-
CMYK00.580.120.09
HSL311.91º75.56%64.71%-
HSV(B)311.91º58.37%91.37%-
XYZ49.0230.3361.66-
YUV150.09159.56187.14-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.47%
GREEN value IS 97 (38.28% from 255) = 18.10%
BLUE value IS 206 (80.86% from 255) = 38.43%
R=43.47%
G=18.10%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339720600.580.120.09311.9175.5664.71
HexE961CE03AC91384c41
Octal3511413160721411470114101
Binary1110100111000011100111001110101100100110011100010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E961CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E961CE; }

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

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

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

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

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

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

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

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