#E960ED

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

Shades of Free Speech Magenta #E960ED

Tints of Free Speech Magenta #E960ED

Color information

#E960ED (or 0xE960ED) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 60 and ED. RGB value is (233,96,237). Sum of RGB (Red+Green+Blue) = 233+96+237=566 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.17% from 566); Green value is 96 (37.89% from 255 or 16.96% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #E960ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E960ED is #169F12. Grayscale: #989898. Windows color (decimal): -1482515 or 15556841. OLE color: 15556841.

HSL color Cylindrical-coordinate representation of color #E960ED: hue angle of 298.3º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E960ED is Cyan = 0.02, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB23396237-
CMYK0.020.5900.07
HSL298.3º79.66%65.29%-
HSV(B)298.3º59.49%92.94%-
XYZ53.0731.883.46-
YUV153.04175.39185.04-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.17%
GREEN value IS 96 (37.89% from 255) = 16.96%
BLUE value IS 237 (92.97% from 255) = 41.87%
R=41.17%
G=16.96%
B=41.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal233962370.020.5900.07298.379.6665.29
HexE960ED23B0712a5041
Octal35114035527307452120101
Binary1110100111000001110110110111011011110010101010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E960ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E960ED; }

 p { color: rgb(233,96,237); }

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

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

 a { background-color: rgb(233,96,237); }

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

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

 span { border-color: rgb(233,96,237); }

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