Html Css Color HEX #E173AD Persian Pink

📋 copy color: '#E173AD'

red 225 ◦ green 115 ◦ blue 173

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

Shades of Persian Pink #E173AD

Tints of Persian Pink #E173AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.72%

R = 43.86%
G = 22.42%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E173AD (or 0xE173AD) is known color: Persian Pink. HEX triplet: E1, 73 and AD. RGB value is (225,115,173). Sum of RGB (Red+Green+Blue) = 225+115+173=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E173AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E173AD is #1E8C52. Grayscale: #9A9A9A. Windows color (decimal): -2002003 or 11367393. OLE color: 11367393.

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

Color convert

RGB 225 115 173 -
CMYK 0 0.49 0.23 0.12
HSL 328.36º 0.65% 0.67% -
HSV(B) 328.36º 0.49% 0.88% -
XYZ 44.72 31.29 43.22 -
YUV 154.5 138.44 178.28 -
System Red Green Blue C M Y K H S L
Decimal 225 115 173 0 0.49 0.23 0.12 328.36 0.65 0.67
Hex E1 73 AD 0 31 17 C 148 41 43
Octal 341 163 255 0 61 27 14 510 101 103
Binary 11100001 1110011 10101101 0 110001 10111 1100 101001000 1000001 1000011

Color Harmonies of #E173AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E173AD

Black with #E173AD

Text Example


Text Example

White with #E173AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E173AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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