#E94ED5

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

Shades of Free Speech Magenta #E94ED5

Tints of Free Speech Magenta #E94ED5

Color information

#E94ED5 (or 0xE94ED5) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 4E and D5. RGB value is (233,78,213). Sum of RGB (Red+Green+Blue) = 233+78+213=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 78 (30.86% from 255 or 14.89% from 524); Blue value is 213 (83.59% from 255 or 40.65% from 524); Max value from RGB is 233 - color contains mainly: red. Hex color #E94ED5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E94ED5 is #16B12A. Grayscale: #8B8B8B. Windows color (decimal): -1487147 or 13979369. OLE color: 13979369.

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

Color convert

RGB23378213-
CMYK00.670.090.09
HSL307.74º77.89%60.98%-
HSV(B)307.74º66.52%91.37%-
XYZ48.3427.5865.73-
YUV139.74169.35194.52-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.47%
GREEN value IS 78 (30.86% from 255) = 14.89%
BLUE value IS 213 (83.59% from 255) = 40.65%
R=44.47%
G=14.89%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337821300.670.090.09307.7477.8960.98
HexE94ED5043991344e3d
Octal3511163250103111146411675
Binary1110100110011101101010101000011100110011001101001001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94ED5; }

 p { color: rgb(233,78,213); }

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

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

 a { background-color: rgb(233,78,213); }

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

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

 span { border-color: rgb(233,78,213); }

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