#E1729F

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

Shades of Pale Violet Red #E1729F

Tints of Pale Violet Red #E1729F

Color information

#E1729F (or 0xE1729F) is unknown color: approx Pale Violet Red. HEX triplet: E1, 72 and 9F. RGB value is (225,114,159). Sum of RGB (Red+Green+Blue) = 225+114+159=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E1729F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1729F is #1E8D60. Grayscale: #989898. Windows color (decimal): -2002273 or 10449633. OLE color: 10449633.

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

Color convert

RGB225114159-
CMYK00.490.290.12
HSL335.68º64.91%66.47%-
HSV(B)335.68º49.33%88.24%-
XYZ43.3330.5536.41-
YUV152.32131.77179.84-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.18%
GREEN value IS 114 (44.92% from 255) = 22.89%
BLUE value IS 159 (62.5% from 255) = 31.93%
R=45.18%
G=22.89%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511415900.490.290.12335.6864.9166.47
HexE1729F0311DC1504142
Octal3411622370613514520101102
Binary11100001111001010011111011000111101110010101000010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1729F; }

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

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

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

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

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

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

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

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