#E94ED8

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

Shades of Free Speech Magenta #E94ED8

Tints of Free Speech Magenta #E94ED8

Color information

#E94ED8 (or 0xE94ED8) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 4E and D8. RGB value is (233,78,216). Sum of RGB (Red+Green+Blue) = 233+78+216=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 78 (30.86% from 255 or 14.80% from 527); Blue value is 216 (84.77% from 255 or 40.99% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E94ED8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E94ED8 is #16B127. Grayscale: #8B8B8B. Windows color (decimal): -1487144 or 14175977. OLE color: 14175977.

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

Color convert

RGB23378216-
CMYK00.670.070.09
HSL306.58º77.89%60.98%-
HSV(B)306.58º66.52%91.37%-
XYZ48.7227.7367.75-
YUV140.08170.85194.28-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.21%
GREEN value IS 78 (30.86% from 255) = 14.80%
BLUE value IS 216 (84.77% from 255) = 40.99%
R=44.21%
G=14.80%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337821600.670.070.09306.5877.8960.98
HexE94ED8043791334e3d
Octal351116330010371146311675
Binary111010011001110110110000100001111110011001100111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94ED8; }

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

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

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

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

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

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

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

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