#E94ADA

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

Shades of Free Speech Magenta #E94ADA

Tints of Free Speech Magenta #E94ADA

Color information

#E94ADA (or 0xE94ADA) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 4A and DA. RGB value is (233,74,218). Sum of RGB (Red+Green+Blue) = 233+74+218=525 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.38% from 525); Green value is 74 (29.30% from 255 or 14.10% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 233 - color contains mainly: red. Hex color #E94ADA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E94ADA is #16B525. Grayscale: #898989. Windows color (decimal): -1488166 or 14306025. OLE color: 14306025.

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

Color convert

RGB23374218-
CMYK00.680.060.09
HSL305.66º78.33%60.2%-
HSV(B)305.66º68.24%91.37%-
XYZ48.7127.2869.03-
YUV137.96173.18195.79-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.38%
GREEN value IS 74 (29.30% from 255) = 14.10%
BLUE value IS 218 (85.55% from 255) = 41.52%
R=44.38%
G=14.10%
B=41.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337421800.680.060.09305.6678.3360.2
HexE94ADA044691324e3c
Octal351112332010461146211674
Binary111010011001010110110100100010011010011001100101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94ADA; }

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

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

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

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

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

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

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

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