#E96AE1

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

Shades of Free Speech Magenta #E96AE1

Tints of Free Speech Magenta #E96AE1

Color information

#E96AE1 (or 0xE96AE1) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 6A and E1. RGB value is (233,106,225). Sum of RGB (Red+Green+Blue) = 233+106+225=564 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.31% from 564); Green value is 106 (41.80% from 255 or 18.79% from 564); Blue value is 225 (88.28% from 255 or 39.89% from 564); Max value from RGB is 233 - color contains mainly: red. Hex color #E96AE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E96AE1 is #16951E. Grayscale: #9D9D9D. Windows color (decimal): -1479967 or 14772969. OLE color: 14772969.

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

Color convert

RGB233106225-
CMYK00.550.030.09
HSL303.78º74.27%66.47%-
HSV(B)303.78º54.51%91.37%-
XYZ52.3533.0774.86-
YUV157.54166.08181.82-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.31%
GREEN value IS 106 (41.80% from 255) = 18.79%
BLUE value IS 225 (88.28% from 255) = 39.89%
R=41.31%
G=18.79%
B=39.89%

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
Decimal23310622500.550.030.09303.7874.2766.47
HexE96AE1037391304a42
Octal351152341067311460112102
Binary11101001110101011100001011011111100110011000010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E96AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E96AE1; }

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

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

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

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

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

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

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

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