#e8449d

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

Shades of Violet Red #E8449D

Tints of Violet Red #E8449D

Color information

#E8449D (or 0xE8449D) is unknown color: approx Violet Red. HEX triplet: E8, 44 and 9D. RGB value is (232,68,157). Sum of RGB (Red+Green+Blue) = 232+68+157=457 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.77% from 457); Green value is 68 (26.95% from 255 or 14.88% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 232 - color contains mainly: red. Hex color #E8449D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8449D is #17BB62. Grayscale: #7E7E7E. Windows color (decimal): -1555299 or 10306792. OLE color: 10306792.

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

Color convert

RGB23268157-
CMYK00.710.320.09
HSL327.44º78.1%58.82%-
HSV(B)327.44º70.69%90.98%-
XYZ41.4323.7234.29-
YUV127.18144.83202.76-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.77%
GREEN value IS 68 (26.95% from 255) = 14.88%
BLUE value IS 157 (61.72% from 255) = 34.35%
R=50.77%
G=14.88%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2326815700.710.320.09327.4478.158.82
HexE8449D0472091474e3b
Octal3501042350107401150711673
Binary111010001000100100111010100011110000010011010001111001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8449d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8449d; }

 p { color: rgb(232,68,157); }

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

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

 a { background-color: rgb(232,68,157); }

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

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

 span { border-color: rgb(232,68,157); }

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