#E94ACD

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

Shades of Free Speech Magenta #E94ACD

Tints of Free Speech Magenta #E94ACD

Color information

#E94ACD (or 0xE94ACD) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 4A and CD. RGB value is (233,74,205). Sum of RGB (Red+Green+Blue) = 233+74+205=512 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.51% from 512); Green value is 74 (29.30% from 255 or 14.45% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 233 - color contains mainly: red. Hex color #E94ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E94ACD is #16B532. Grayscale: #888888. Windows color (decimal): -1488179 or 13454057. OLE color: 13454057.

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

Color convert

RGB23374205-
CMYK00.680.120.09
HSL310.57º78.33%60.2%-
HSV(B)310.57º68.24%91.37%-
XYZ47.0726.6360.42-
YUV136.48166.68196.85-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.51%
GREEN value IS 74 (29.30% from 255) = 14.45%
BLUE value IS 205 (80.47% from 255) = 40.04%
R=45.51%
G=14.45%
B=40.04%

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
Decimal2337420500.680.120.09310.5778.3360.2
HexE94ACD044C91374e3c
Octal3511123150104141146711674
Binary1110100110010101100110101000100110010011001101111001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94ACD; }

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

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

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

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

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

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

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

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