#E94ACE

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

Shades of Free Speech Magenta #E94ACE

Tints of Free Speech Magenta #E94ACE

Color information

#E94ACE (or 0xE94ACE) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 4A and CE. RGB value is (233,74,206). Sum of RGB (Red+Green+Blue) = 233+74+206=513 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.42% from 513); Green value is 74 (29.30% from 255 or 14.42% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 233 - color contains mainly: red. Hex color #E94ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E94ACE is #16B531. Grayscale: #888888. Windows color (decimal): -1488178 or 13519593. OLE color: 13519593.

HSL color Cylindrical-coordinate representation of color #E94ACE: hue angle of 310.19º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E94ACE is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB23374206-
CMYK00.680.120.09
HSL310.19º78.33%60.2%-
HSV(B)310.19º68.24%91.37%-
XYZ47.1926.6861.05-
YUV136.59167.18196.77-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.42%
GREEN value IS 74 (29.30% from 255) = 14.42%
BLUE value IS 206 (80.86% from 255) = 40.16%
R=45.42%
G=14.42%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337420600.680.120.09310.1978.3360.2
HexE94ACE044C91364e3c
Octal3511123160104141146611674
Binary1110100110010101100111001000100110010011001101101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94ACE; }

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

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

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

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

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

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

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

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