Html Css Color HEX #E170A8 Pale Violet Red

📋 copy color: '#E170A8'

red 225 ◦ green 112 ◦ blue 168

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

Shades of Pale Violet Red #E170A8

Tints of Pale Violet Red #E170A8

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.18%

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

R = 44.55%
G = 22.18%
B = 33.27%

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

#E170A8 (or 0xE170A8) is known color: Pale Violet Red. HEX triplet: E1, 70 and A8. RGB value is (225,112,168). Sum of RGB (Red+Green+Blue) = 225+112+168=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 168 (66.02% from 255 or 33.27% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E170A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E170A8 is #1E8F57. Grayscale: #989898. Windows color (decimal): -2002776 or 11038945. OLE color: 11038945.

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

Color convert

RGB 225 112 168 -
CMYK 0 0.50 0.25 0.12
HSL 330.27º 0.65% 0.66% -
HSV(B) 330.27º 0.5% 0.88% -
XYZ 43.91 30.42 40.6 -
YUV 152.17 136.94 179.95 -
System Red Green Blue C M Y K H S L
Decimal 225 112 168 0 0.50 0.25 0.12 330.27 0.65 0.66
Hex E1 70 A8 0 32 19 C 14A 41 42
Octal 341 160 250 0 62 31 14 512 101 102
Binary 11100001 1110000 10101000 0 110010 11001 1100 101001010 1000001 1000010

Color Harmonies of #E170A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E170A8

Black with #E170A8

Text Example


Text Example

White with #E170A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E170A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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