#E74292

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

Shades of Violet Red #E74292

Tints of Violet Red #E74292

Color information

#E74292 (or 0xE74292) is unknown color: approx Violet Red. HEX triplet: E7, 42 and 92. RGB value is (231,66,146). Sum of RGB (Red+Green+Blue) = 231+66+146=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E74292 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E74292 is #18BD6D. Grayscale: #7C7C7C. Windows color (decimal): -1621358 or 9585383. OLE color: 9585383.

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

Color convert

RGB23166146-
CMYK00.710.370.09
HSL330.91º77.46%58.24%-
HSV(B)330.91º71.43%90.59%-
XYZ40.0922.9629.51-
YUV124.46140.16204-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.14%
GREEN value IS 66 (26.17% from 255) = 14.90%
BLUE value IS 146 (57.42% from 255) = 32.96%
R=52.14%
G=14.90%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2316614600.710.370.09330.9177.4658.24
HexE7429204725914b4d3a
Octal3471022220107451151311572
Binary111001111000010100100100100011110010110011010010111001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E74292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E74292; }

 p { color: rgb(231,66,146); }

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

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

 a { background-color: rgb(231,66,146); }

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

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

 span { border-color: rgb(231,66,146); }

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