#E8458D

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

Shades of Violet Red #E8458D

Tints of Violet Red #E8458D

Color information

#E8458D (or 0xE8458D) is unknown color: approx Violet Red. HEX triplet: E8, 45 and 8D. RGB value is (232,69,141). Sum of RGB (Red+Green+Blue) = 232+69+141=442 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.49% from 442); Green value is 69 (27.34% from 255 or 15.61% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 232 - color contains mainly: red. Hex color #E8458D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8458D is #17BA72. Grayscale: #7D7D7D. Windows color (decimal): -1555059 or 9258472. OLE color: 9258472.

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

Color convert

RGB23269141-
CMYK00.700.390.09
HSL333.5º77.99%59.02%-
HSV(B)333.5º70.26%90.98%-
XYZ40.2123.3427.58-
YUV125.94136.5203.65-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 52.49%
GREEN value IS 69 (27.34% from 255) = 15.61%
BLUE value IS 141 (55.47% from 255) = 31.90%
R=52.49%
G=15.61%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2326914100.700.390.09333.577.9959.02
HexE8458D04627914d4e3b
Octal3501052150106471151511673
Binary111010001000101100011010100011010011110011010011011001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8458D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8458D; }

 p { color: rgb(232,69,141); }

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

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

 a { background-color: rgb(232,69,141); }

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

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

 span { border-color: rgb(232,69,141); }

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