#E94595

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

Shades of Violet Red #E94595

Tints of Violet Red #E94595

Color information

#E94595 (or 0xE94595) is unknown color: approx Violet Red. HEX triplet: E9, 45 and 95. RGB value is (233,69,149). Sum of RGB (Red+Green+Blue) = 233+69+149=451 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.66% from 451); Green value is 69 (27.34% from 255 or 15.30% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 233 - color contains mainly: red. Hex color #E94595 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94595 is #16BA6A. Grayscale: #7E7E7E. Windows color (decimal): -1489515 or 9782761. OLE color: 9782761.

HSL color Cylindrical-coordinate representation of color #E94595: hue angle of 330.73º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E94595 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB23369149-
CMYK00.700.360.09
HSL330.73º78.85%59.22%-
HSV(B)330.73º70.39%91.37%-
XYZ41.1623.7530.85-
YUV127.16140.33203.5-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 51.66%
GREEN value IS 69 (27.34% from 255) = 15.30%
BLUE value IS 149 (58.59% from 255) = 33.04%
R=51.66%
G=15.30%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336914900.700.360.09330.7378.8559.22
HexE9459504624914b4f3b
Octal3511052250106441151311773
Binary111010011000101100101010100011010010010011010010111001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94595; }

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

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

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

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

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

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

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

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