#E7418E

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

Shades of Violet Red #E7418E

Tints of Violet Red #E7418E

Color information

#E7418E (or 0xE7418E) is unknown color: approx Violet Red. HEX triplet: E7, 41 and 8E. RGB value is (231,65,142). Sum of RGB (Red+Green+Blue) = 231+65+142=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 142 (55.86% from 255 or 32.42% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E7418E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7418E is #18BE71. Grayscale: #7B7B7B. Windows color (decimal): -1621618 or 9322983. OLE color: 9322983.

HSL color Cylindrical-coordinate representation of color #E7418E: hue angle of 332.17º degrees, saturation: 0.78, 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 #E7418E is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB23165142-
CMYK00.720.390.09
HSL332.17º77.57%58.04%-
HSV(B)332.17º71.86%90.59%-
XYZ39.7322.7227.88-
YUV123.41138.5204.74-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.74%
GREEN value IS 65 (25.78% from 255) = 14.84%
BLUE value IS 142 (55.86% from 255) = 32.42%
R=52.74%
G=14.84%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2316514200.720.390.09332.1777.5758.04
HexE7418E04827914c4e3a
Octal3471012160110471151411672
Binary111001111000001100011100100100010011110011010011001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7418E; }

 p { color: rgb(231,65,142); }

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

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

 a { background-color: rgb(231,65,142); }

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

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

 span { border-color: rgb(231,65,142); }

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