#E94093

Color #E94093 Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #E94093

Tints of Violet Red #E94093

Color information

#E94093 (or 0xE94093) is unknown color: approx Violet Red. HEX triplet: E9, 40 and 93. RGB value is (233,64,147). Sum of RGB (Red+Green+Blue) = 233+64+147=444 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.48% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 147 (57.81% from 255 or 33.11% from 444); Max value from RGB is 233 - color contains mainly: red. Hex color #E94093 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94093 is #16BF6C. Grayscale: #7B7B7B. Windows color (decimal): -1490797 or 9650409. OLE color: 9650409.

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

Color convert

RGB23364147-
CMYK00.730.370.09
HSL330.53º79.34%58.24%-
HSV(B)330.53º72.53%91.37%-
XYZ40.723.129.92-
YUV123.99140.99205.75-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.48%
GREEN value IS 64 (25.39% from 255) = 14.41%
BLUE value IS 147 (57.81% from 255) = 33.11%
R=52.48%
G=14.41%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336414700.730.370.09330.5379.3458.24
HexE9409304925914b4f3a
Octal3511002230111451151311772
Binary111010011000000100100110100100110010110011010010111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94093; }

 p { color: rgb(233,64,147); }

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

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

 a { background-color: rgb(233,64,147); }

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

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

 span { border-color: rgb(233,64,147); }

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