Html Css Color HEX #E173A0 Pale Violet Red

📋 copy color: '#E173A0'

red 225 ◦ green 115 ◦ blue 160

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

Shades of Pale Violet Red #E173A0

Tints of Pale Violet Red #E173A0

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23%

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

R = 45%
G = 23%
B = 32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E173A0 (or 0xE173A0) is known color: Pale Violet Red. HEX triplet: E1, 73 and A0. RGB value is (225,115,160). Sum of RGB (Red+Green+Blue) = 225+115+160=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E173A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E173A0 is #1E8C5F. Grayscale: #989898. Windows color (decimal): -2002016 or 10515425. OLE color: 10515425.

HSL color Cylindrical-coordinate representation of color #E173A0: hue angle of 335.45º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E173A0 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 115 160 -
CMYK 0 0.49 0.29 0.12
HSL 335.45º 0.65% 0.67% -
HSV(B) 335.45º 0.49% 0.88% -
XYZ 43.53 30.81 36.91 -
YUV 153.02 131.94 179.34 -
System Red Green Blue C M Y K H S L
Decimal 225 115 160 0 0.49 0.29 0.12 335.45 0.65 0.67
Hex E1 73 A0 0 31 1D C 14F 41 43
Octal 341 163 240 0 61 35 14 517 101 103
Binary 11100001 1110011 10100000 0 110001 11101 1100 101001111 1000001 1000011

Color Harmonies of #E173A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E173A0

Black with #E173A0

Text Example


Text Example

White with #E173A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E173A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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