Html Css Color HEX #E171A8 Pale Violet Red

📋 copy color: '#E171A8'

red 225 ◦ green 113 ◦ blue 168

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

Shades of Pale Violet Red #E171A8

Tints of Pale Violet Red #E171A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.2%

R = 44.47%
G = 22.33%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E171A8 (or 0xE171A8) is known color: Pale Violet Red. HEX triplet: E1, 71 and A8. RGB value is (225,113,168). Sum of RGB (Red+Green+Blue) = 225+113+168=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E171A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E171A8 is #1E8E57. Grayscale: #989898. Windows color (decimal): -2002520 or 11039201. OLE color: 11039201.

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

Color convert

RGB 225 113 168 -
CMYK 0 0.50 0.25 0.12
HSL 330.54º 0.65% 0.66% -
HSV(B) 330.54º 0.5% 0.88% -
XYZ 44.02 30.64 40.64 -
YUV 152.76 136.61 179.53 -
System Red Green Blue C M Y K H S L
Decimal 225 113 168 0 0.50 0.25 0.12 330.54 0.65 0.66
Hex E1 71 A8 0 32 19 C 14B 41 42
Octal 341 161 250 0 62 31 14 513 101 102
Binary 11100001 1110001 10101000 0 110010 11001 1100 101001011 1000001 1000010

Color Harmonies of #E171A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E171A8

Black with #E171A8

Text Example


Text Example

White with #E171A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E171A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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