#e1729e

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

Shades of Pale Violet Red #E1729E

Tints of Pale Violet Red #E1729E

Color information

#E1729E (or 0xE1729E) is unknown color: approx Pale Violet Red. HEX triplet: E1, 72 and 9E. RGB value is (225,114,158). Sum of RGB (Red+Green+Blue) = 225+114+158=497 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.27% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 225 - color contains mainly: red. Hex color #E1729E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1729E is #1E8D61. Grayscale: #989898. Windows color (decimal): -2002274 or 10384097. OLE color: 10384097.

HSL color Cylindrical-coordinate representation of color #E1729E: hue angle of 336.22º degrees, saturation: 0.65, 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 #E1729E is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB225114158-
CMYK00.490.300.12
HSL336.22º64.91%66.47%-
HSV(B)336.22º49.33%88.24%-
XYZ43.2430.5135.96-
YUV152.2131.27179.92-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.27%
GREEN value IS 114 (44.92% from 255) = 22.94%
BLUE value IS 158 (62.11% from 255) = 31.79%
R=45.27%
G=22.94%
B=31.79%

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
Decimal22511415800.490.300.12336.2264.9166.47
HexE1729E0311EC1504142
Octal3411622360613614520101102
Binary11100001111001010011110011000111110110010101000010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e1729e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e1729e; }

 p { color: rgb(225,114,158); }

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

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

 a { background-color: rgb(225,114,158); }

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

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

 span { border-color: rgb(225,114,158); }

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