#E93ED8

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

Shades of Free Speech Magenta #E93ED8

Tints of Free Speech Magenta #E93ED8

Color information

#E93ED8 (or 0xE93ED8) is unknown color: approx Free Speech Magenta. HEX triplet: E9, 3E and D8. RGB value is (233,62,216). Sum of RGB (Red+Green+Blue) = 233+62+216=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 62 (24.61% from 255 or 12.13% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 233 - color contains mainly: red. Hex color #E93ED8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E93ED8 is #16C127. Grayscale: #828282. Windows color (decimal): -1491240 or 14171881. OLE color: 14171881.

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

Color convert

RGB23362216-
CMYK00.730.070.09
HSL305.96º79.53%57.84%-
HSV(B)305.96º73.39%91.37%-
XYZ47.7225.7367.42-
YUV130.68176.15200.98-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.60%
GREEN value IS 62 (24.61% from 255) = 12.13%
BLUE value IS 216 (84.77% from 255) = 42.27%
R=45.60%
G=12.13%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336221600.730.070.09305.9679.5357.84
HexE93ED804979132503a
Octal35176330011171146212072
Binary11101001111110110110000100100111110011001100101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E93ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E93ED8; }

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

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

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

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

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

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

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

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