Html Css Color HEX #E1719A Pale Violet Red

📋 copy color: '#E1719A'

red 225 ◦ green 113 ◦ blue 154

#E1719A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #E1719A

Tints of Pale Violet Red #E1719A

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.3%

R = 45.73%
G = 22.97%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E1719A (or 0xE1719A) is known color: 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

RGB 225 113 154 -
CMYK 0 0.50 0.32 0.12
HSL 338.04º 0.65% 0.66% -
HSV(B) 338.04º 0.5% 0.88% -
XYZ 42.79 30.15 34.14 -
YUV 151.16 129.61 180.67 -
System Red Green Blue C M Y K H S L
Decimal 225 113 154 0 0.50 0.32 0.12 338.04 0.65 0.66
Hex E1 71 9A 0 32 20 C 152 41 42
Octal 341 161 232 0 62 40 14 522 101 102
Binary 11100001 1110001 10011010 0 110010 100000 1100 101010010 1000001 1000010

Color Harmonies of #E1719A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1719A

Black with #E1719A

Text Example


Text Example

White with #E1719A

Text Example


Text Example

HTML Codes & Css Web 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>