#E94DD7

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

Shades of Free Speech Magenta #E94DD7

Tints of Free Speech Magenta #E94DD7

Color information

#E94DD7 (or 0xE94DD7) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 4D and D7. RGB value is (233,77,215). Sum of RGB (Red+Green+Blue) = 233+77+215=525 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.38% from 525); Green value is 77 (30.47% from 255 or 14.67% from 525); Blue value is 215 (84.38% from 255 or 40.95% from 525); Max value from RGB is 233 - color contains mainly: red. Hex color #E94DD7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E94DD7 is #16B228. Grayscale: #8A8A8A. Windows color (decimal): -1487401 or 14110185. OLE color: 14110185.

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

Color convert

RGB23377215-
CMYK00.670.080.09
HSL306.92º78%60.78%-
HSV(B)306.92º66.95%91.37%-
XYZ48.5227.5467.05-
YUV139.38170.68194.78-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.38%
GREEN value IS 77 (30.47% from 255) = 14.67%
BLUE value IS 215 (84.38% from 255) = 40.95%
R=44.38%
G=14.67%
B=40.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2337721500.670.080.09306.927860.78
HexE94DD7043891334e3d
Octal3511153270103101146311675
Binary1110100110011011101011101000011100010011001100111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94DD7; }

 p { color: rgb(233,77,215); }

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

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

 a { background-color: rgb(233,77,215); }

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

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

 span { border-color: rgb(233,77,215); }

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