Html Css Color HEX #E171A0 Pale Violet Red

📋 copy color: '#E171A0'

red 225 ◦ green 113 ◦ blue 160

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

Shades of Pale Violet Red #E171A0

Tints of Pale Violet Red #E171A0

RGB

 RED value IS 225 (88.28% from 255) = 45.18%

 GREEN value IS 113 (44.53% from 255) = 22.69%

 BLUE value IS 160 (62.89% from 255) = 32.13%

R = 45.18%
G = 22.69%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E171A0 (or 0xE171A0) is known color: Pale Violet Red. HEX triplet: E1, 71 and A0. RGB value is (225,113,160). Sum of RGB (Red+Green+Blue) = 225+113+160=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 160 (62.89% from 255 or 32.13% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E171A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E171A0 is #1E8E5F. Grayscale: #979797. Windows color (decimal): -2002528 or 10514913. OLE color: 10514913.

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

Color convert

RGB 225 113 160 -
CMYK 0 0.50 0.29 0.12
HSL 334.82º 0.65% 0.66% -
HSV(B) 334.82º 0.5% 0.88% -
XYZ 43.3 30.36 36.83 -
YUV 151.85 132.61 180.18 -
System Red Green Blue C M Y K H S L
Decimal 225 113 160 0 0.50 0.29 0.12 334.82 0.65 0.66
Hex E1 71 A0 0 32 1D C 14F 41 42
Octal 341 161 240 0 62 35 14 517 101 102
Binary 11100001 1110001 10100000 0 110010 11101 1100 101001111 1000001 1000010

Color Harmonies of #E171A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E171A0

Black with #E171A0

Text Example


Text Example

White with #E171A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E171A0; }

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

 H1.HeaderClassName
 {
   color: #E171A0;
 }
 .AnyTagClassName
 {
   color: #E171A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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