#E1719A

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

Shades of Pale Violet Red #E1719A

Tints of Pale Violet Red #E1719A

Color information

#E1719A (or 0xE1719A) is unknown color: approx Pale Violet Red. HEX triplet: E1, 71 and 9A. RGB value is (225,113,154). Sum of RGB (Red+Green+Blue) = 225+113+154=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E1719A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1719A is #1E8E65. Grayscale: #979797. Windows color (decimal): -2002534 or 10121697. OLE color: 10121697.

HSL color Cylindrical-coordinate representation of color #E1719A: hue angle of 338.04º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E1719A is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB225113154-
CMYK00.500.320.12
HSL338.04º65.12%66.27%-
HSV(B)338.04º49.78%88.24%-
XYZ42.7930.1534.14-
YUV151.16129.61180.67-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.73%
GREEN value IS 113 (44.53% from 255) = 22.97%
BLUE value IS 154 (60.55% from 255) = 31.30%
R=45.73%
G=22.97%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511315400.500.320.12338.0465.1266.27
HexE1719A03220C1524142
Octal3411612320624014522101102
Binary111000011110001100110100110010100000110010101001010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1719A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1719A; }

 p { color: rgb(225,113,154); }

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

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

 a { background-color: rgb(225,113,154); }

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

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

 span { border-color: rgb(225,113,154); }

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