#E94095

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

Shades of Violet Red #E94095

Tints of Violet Red #E94095

Color information

#E94095 (or 0xE94095) is unknown color: approx Violet Red. HEX triplet: E9, 40 and 95. RGB value is (233,64,149). Sum of RGB (Red+Green+Blue) = 233+64+149=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E94095 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94095 is #16BF6A. Grayscale: #7C7C7C. Windows color (decimal): -1490795 or 9781481. OLE color: 9781481.

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

Color convert

RGB23364149-
CMYK00.730.360.09
HSL329.82º79.34%58.24%-
HSV(B)329.82º72.53%91.37%-
XYZ40.8623.1630.75-
YUV124.22141.99205.59-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.24%
GREEN value IS 64 (25.39% from 255) = 14.35%
BLUE value IS 149 (58.59% from 255) = 33.41%
R=52.24%
G=14.35%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336414900.730.360.09329.8279.3458.24
HexE9409504924914a4f3a
Octal3511002250111441151211772
Binary111010011000000100101010100100110010010011010010101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94095; }

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

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

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

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

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

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

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

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