#E960E1

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

Shades of Free Speech Magenta #E960E1

Tints of Free Speech Magenta #E960E1

Color information

#E960E1 (or 0xE960E1) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 60 and E1. RGB value is (233,96,225). Sum of RGB (Red+Green+Blue) = 233+96+225=554 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.06% from 554); Green value is 96 (37.89% from 255 or 17.33% from 554); Blue value is 225 (88.28% from 255 or 40.61% from 554); Max value from RGB is 233 - color contains mainly: red. Hex color #E960E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E960E1 is #169F1E. Grayscale: #979797. Windows color (decimal): -1482527 or 14770409. OLE color: 14770409.

HSL color Cylindrical-coordinate representation of color #E960E1: hue angle of 303.5º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E960E1 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB23396225-
CMYK00.590.030.09
HSL303.5º75.69%64.51%-
HSV(B)303.5º58.8%91.37%-
XYZ51.3831.1374.53-
YUV151.67169.39186.01-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.06%
GREEN value IS 96 (37.89% from 255) = 17.33%
BLUE value IS 225 (88.28% from 255) = 40.61%
R=42.06%
G=17.33%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2339622500.590.030.09303.575.6964.51
HexE960E103B391304c41
Octal351140341073311460114101
Binary11101001110000011100001011101111100110011000010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E960E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E960E1; }

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

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

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

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

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

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

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

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