#E94AD9

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

Shades of Free Speech Magenta #E94AD9

Tints of Free Speech Magenta #E94AD9

Color information

#E94AD9 (or 0xE94AD9) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 4A and D9. RGB value is (233,74,217). Sum of RGB (Red+Green+Blue) = 233+74+217=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 74 (29.30% from 255 or 14.12% from 524); Blue value is 217 (85.16% from 255 or 41.41% from 524); Max value from RGB is 233 - color contains mainly: red. Hex color #E94AD9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E94AD9 is #16B526. Grayscale: #898989. Windows color (decimal): -1488167 or 14240489. OLE color: 14240489.

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

Color convert

RGB23374217-
CMYK00.680.070.09
HSL306.04º78.33%60.2%-
HSV(B)306.04º68.24%91.37%-
XYZ48.5827.2368.34-
YUV137.84172.68195.87-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.47%
GREEN value IS 74 (29.30% from 255) = 14.12%
BLUE value IS 217 (85.16% from 255) = 41.41%
R=44.47%
G=14.12%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337421700.680.070.09306.0478.3360.2
HexE94AD9044791324e3c
Octal351112331010471146211674
Binary111010011001010110110010100010011110011001100101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94AD9; }

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

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

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

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

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

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

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

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