#E94090

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

Shades of Violet Red #E94090

Tints of Violet Red #E94090

Color information

#E94090 (or 0xE94090) is unknown color: approx Violet Red. HEX triplet: E9, 40 and 90. RGB value is (233,64,144). Sum of RGB (Red+Green+Blue) = 233+64+144=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E94090 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94090 is #16BF6F. Grayscale: #7B7B7B. Windows color (decimal): -1490800 or 9453801. OLE color: 9453801.

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

Color convert

RGB23364144-
CMYK00.730.380.09
HSL331.6º79.34%58.24%-
HSV(B)331.6º72.53%91.37%-
XYZ40.472328.69-
YUV123.65139.49206-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.83%
GREEN value IS 64 (25.39% from 255) = 14.51%
BLUE value IS 144 (56.64% from 255) = 32.65%
R=52.83%
G=14.51%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336414400.730.380.09331.679.3458.24
HexE9409004926914c4f3a
Octal3511002200111461151411772
Binary111010011000000100100000100100110011010011010011001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94090; }

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

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

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

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

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

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

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

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