#E94193

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

Shades of Violet Red #E94193

Tints of Violet Red #E94193

Color information

#E94193 (or 0xE94193) is unknown color: approx Violet Red. HEX triplet: E9, 41 and 93. RGB value is (233,65,147). Sum of RGB (Red+Green+Blue) = 233+65+147=445 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.36% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 147 (57.81% from 255 or 33.03% from 445); Max value from RGB is 233 - color contains mainly: red. Hex color #E94193 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E94193 is #16BE6C. Grayscale: #7C7C7C. Windows color (decimal): -1490541 or 9650665. OLE color: 9650665.

HSL color Cylindrical-coordinate representation of color #E94193: hue angle of 330.71º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E94193 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB23365147-
CMYK00.720.370.09
HSL330.71º79.25%58.43%-
HSV(B)330.71º72.1%91.37%-
XYZ40.7623.2129.94-
YUV124.58140.66205.33-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.36%
GREEN value IS 65 (25.78% from 255) = 14.61%
BLUE value IS 147 (57.81% from 255) = 33.03%
R=52.36%
G=14.61%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2336514700.720.370.09330.7179.2558.43
HexE9419304825914b4f3a
Octal3511012230110451151311772
Binary111010011000001100100110100100010010110011010010111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E94193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E94193; }

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

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

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

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

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

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

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

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