#E94AD4

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

Shades of Free Speech Magenta #E94AD4

Tints of Free Speech Magenta #E94AD4

Color information

#E94AD4 (or 0xE94AD4) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 4A and D4. RGB value is (233,74,212). Sum of RGB (Red+Green+Blue) = 233+74+212=519 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.89% from 519); Green value is 74 (29.30% from 255 or 14.26% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 233 - color contains mainly: red. Hex color #E94AD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E94AD4 is #16B52B. Grayscale: #888888. Windows color (decimal): -1488172 or 13912809. OLE color: 13912809.

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

Color convert

RGB23374212-
CMYK00.680.090.09
HSL307.92º78.33%60.2%-
HSV(B)307.92º68.24%91.37%-
XYZ47.9426.9764.97-
YUV137.27170.18196.28-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.89%
GREEN value IS 74 (29.30% from 255) = 14.26%
BLUE value IS 212 (83.20% from 255) = 40.85%
R=44.89%
G=14.26%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337421200.680.090.09307.9278.3360.2
HexE94AD4044991344e3c
Octal3511123240104111146411674
Binary1110100110010101101010001000100100110011001101001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94AD4; }

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

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

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

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

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

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

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

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