Html Css Color HEX #E171AA Pale Violet Red

📋 copy color: '#E171AA'

red 225 ◦ green 113 ◦ blue 170

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

Shades of Pale Violet Red #E171AA

Tints of Pale Violet Red #E171AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.46%

R = 44.29%
G = 22.24%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E171AA (or 0xE171AA) is known color: Pale Violet Red. HEX triplet: E1, 71 and AA. RGB value is (225,113,170). Sum of RGB (Red+Green+Blue) = 225+113+170=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E171AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E171AA is #1E8E55. Grayscale: #989898. Windows color (decimal): -2002518 or 11170273. OLE color: 11170273.

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

Color convert

RGB 225 113 170 -
CMYK 0 0.50 0.24 0.12
HSL 329.46º 0.65% 0.66% -
HSV(B) 329.46º 0.5% 0.88% -
XYZ 44.21 30.72 41.63 -
YUV 152.99 137.61 179.37 -
System Red Green Blue C M Y K H S L
Decimal 225 113 170 0 0.50 0.24 0.12 329.46 0.65 0.66
Hex E1 71 AA 0 32 18 C 149 41 42
Octal 341 161 252 0 62 30 14 511 101 102
Binary 11100001 1110001 10101010 0 110010 11000 1100 101001001 1000001 1000010

Color Harmonies of #E171AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E171AA

Black with #E171AA

Text Example


Text Example

White with #E171AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E171AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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