#E93FD7

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

Shades of Free Speech Magenta #E93FD7

Tints of Free Speech Magenta #E93FD7

Color information

#E93FD7 (or 0xE93FD7) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 3F and D7. RGB value is (233,63,215). Sum of RGB (Red+Green+Blue) = 233+63+215=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 63 (25% from 255 or 12.33% from 511); Blue value is 215 (84.38% from 255 or 42.07% from 511); Max value from RGB is 233 - color contains mainly: red. Hex color #E93FD7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93FD7 is #16C028. Grayscale: #828282. Windows color (decimal): -1490985 or 14106601. OLE color: 14106601.

HSL color Cylindrical-coordinate representation of color #E93FD7: hue angle of 306.35º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E93FD7 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB23363215-
CMYK00.730.080.09
HSL306.35º79.44%58.04%-
HSV(B)306.35º72.96%91.37%-
XYZ47.6525.7866.76-
YUV131.16175.32200.64-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.60%
GREEN value IS 63 (25% from 255) = 12.33%
BLUE value IS 215 (84.38% from 255) = 42.07%
R=45.60%
G=12.33%
B=42.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336321500.730.080.09306.3579.4458.04
HexE93FD7049891324f3a
Octal351773270111101146211772
Binary111010011111111101011101001001100010011001100101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93FD7; }

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

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

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

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

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

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

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

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