#E8729A

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

Shades of Pale Violet Red #E8729A

Tints of Pale Violet Red #E8729A

Color information

#E8729A (or 0xE8729A) is unknown color: approx Pale Violet Red. HEX triplet: E8, 72 and 9A. RGB value is (232,114,154). Sum of RGB (Red+Green+Blue) = 232+114+154=500 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.4% from 500); Green value is 114 (44.92% from 255 or 22.8% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 232 - color contains mainly: red. Hex color #E8729A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8729A is #178D65. Grayscale: #999999. Windows color (decimal): -1543526 or 10121960. OLE color: 10121960.

HSL color Cylindrical-coordinate representation of color #E8729A: hue angle of 339.66º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E8729A is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB232114154-
CMYK00.510.340.09
HSL339.66º71.95%67.84%-
HSV(B)339.66º50.86%90.98%-
XYZ45.1331.5234.28-
YUV153.84128.09183.75-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.4%
GREEN value IS 114 (44.92% from 255) = 22.8%
BLUE value IS 154 (60.55% from 255) = 30.8%
R=46.4%
G=22.8%
B=30.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211415400.510.340.09339.6671.9567.84
HexE8729A0332291544844
Octal3501622320634211524110104
Binary111010001110010100110100110011100010100110101010010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8729A; }

 p { color: rgb(232,114,154); }

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

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

 a { background-color: rgb(232,114,154); }

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

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

 span { border-color: rgb(232,114,154); }

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