#E74590

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

Shades of Violet Red #E74590

Tints of Violet Red #E74590

Color information

#E74590 (or 0xE74590) is unknown color: approx Violet Red. HEX triplet: E7, 45 and 90. RGB value is (231,69,144). Sum of RGB (Red+Green+Blue) = 231+69+144=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E74590 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74590 is #18BA6F. Grayscale: #7D7D7D. Windows color (decimal): -1620592 or 9455079. OLE color: 9455079.

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

Color convert

RGB23169144-
CMYK00.700.380.09
HSL332.22º77.14%58.82%-
HSV(B)332.22º70.13%90.59%-
XYZ40.1223.2628.76-
YUV125.99138.17202.9-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.03%
GREEN value IS 69 (27.34% from 255) = 15.54%
BLUE value IS 144 (56.64% from 255) = 32.43%
R=52.03%
G=15.54%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2316914400.700.380.09332.2277.1458.82
HexE7459004626914c4d3b
Octal3471052200106461151411573
Binary111001111000101100100000100011010011010011010011001001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74590; }

 p { color: rgb(231,69,144); }

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

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

 a { background-color: rgb(231,69,144); }

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

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

 span { border-color: rgb(231,69,144); }

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