Html Css Color HEX #E173AF Persian Pink

📋 copy color: '#E173AF'

red 225 ◦ green 115 ◦ blue 175

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

Shades of Persian Pink #E173AF

Tints of Persian Pink #E173AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.98%

R = 43.69%
G = 22.33%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E173AF (or 0xE173AF) is known color: Persian Pink. HEX triplet: E1, 73 and AF. RGB value is (225,115,175). Sum of RGB (Red+Green+Blue) = 225+115+175=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 115 (45.31% from 255 or 22.33% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E173AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E173AF is #1E8C50. Grayscale: #9A9A9A. Windows color (decimal): -2002001 or 11498465. OLE color: 11498465.

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

Color convert

RGB 225 115 175 -
CMYK 0 0.49 0.22 0.12
HSL 327.27º 0.65% 0.67% -
HSV(B) 327.27º 0.49% 0.88% -
XYZ 44.92 31.36 44.24 -
YUV 154.73 139.44 178.12 -
System Red Green Blue C M Y K H S L
Decimal 225 115 175 0 0.49 0.22 0.12 327.27 0.65 0.67
Hex E1 73 AF 0 31 16 C 147 41 43
Octal 341 163 257 0 61 26 14 507 101 103
Binary 11100001 1110011 10101111 0 110001 10110 1100 101000111 1000001 1000011

Color Harmonies of #E173AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E173AF

Black with #E173AF

Text Example


Text Example

White with #E173AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E173AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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