#e0729d

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

Shades of Pale Violet Red #E0729D

Tints of Pale Violet Red #E0729D

Color information

#E0729D (or 0xE0729D) is unknown color: approx Pale Violet Red. HEX triplet: E0, 72 and 9D. RGB value is (224,114,157). Sum of RGB (Red+Green+Blue) = 224+114+157=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 157 (61.72% from 255 or 31.72% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E0729D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0729D is #1F8D62. Grayscale: #979797. Windows color (decimal): -2067811 or 10318560. OLE color: 10318560.

HSL color Cylindrical-coordinate representation of color #E0729D: hue angle of 336.55º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E0729D is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB224114157-
CMYK00.490.300.12
HSL336.55º63.95%66.27%-
HSV(B)336.55º49.11%87.84%-
XYZ42.8430.3235.49-
YUV151.79130.94179.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 45.25%
GREEN value IS 114 (44.92% from 255) = 23.03%
BLUE value IS 157 (61.72% from 255) = 31.72%
R=45.25%
G=23.03%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411415700.490.300.12336.5563.9566.27
HexE0729D0311EC1514042
Octal3401622350613614521100102
Binary11100000111001010011101011000111110110010101000110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0729d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0729d; }

 p { color: rgb(224,114,157); }

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

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

 a { background-color: rgb(224,114,157); }

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

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

 span { border-color: rgb(224,114,157); }

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