#E96AE2

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

Shades of Free Speech Magenta #E96AE2

Tints of Free Speech Magenta #E96AE2

Color information

#E96AE2 (or 0xE96AE2) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 6A and E2. RGB value is (233,106,226). Sum of RGB (Red+Green+Blue) = 233+106+226=565 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.24% from 565); Green value is 106 (41.80% from 255 or 18.76% from 565); Blue value is 226 (88.67% from 255 or 40% from 565); Max value from RGB is 233 - color contains mainly: red. Hex color #E96AE2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96AE2 is #16951D. Grayscale: #9D9D9D. Windows color (decimal): -1479966 or 14838505. OLE color: 14838505.

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

Color convert

RGB233106226-
CMYK00.550.030.09
HSL303.31º74.27%66.47%-
HSV(B)303.31º54.51%91.37%-
XYZ52.4933.1275.58-
YUV157.65166.58181.74-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.24%
GREEN value IS 106 (41.80% from 255) = 18.76%
BLUE value IS 226 (88.67% from 255) = 40%
R=41.24%
G=18.76%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23310622600.550.030.09303.3174.2766.47
HexE96AE20373912f4a42
Octal351152342067311457112102
Binary11101001110101011100010011011111100110010111110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96AE2; }

 p { color: rgb(233,106,226); }

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

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

 a { background-color: rgb(233,106,226); }

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

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

 span { border-color: rgb(233,106,226); }

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