Html Css Color HEX #E172AD Persian Pink

📋 copy color: '#E172AD'

red 225 ◦ green 114 ◦ blue 173

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

Shades of Persian Pink #E172AD

Tints of Persian Pink #E172AD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.27%

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

R = 43.95%
G = 22.27%
B = 33.79%

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

#E172AD (or 0xE172AD) is known color: Persian Pink. HEX triplet: E1, 72 and AD. RGB value is (225,114,173). Sum of RGB (Red+Green+Blue) = 225+114+173=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E172AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E172AD is #1E8D52. Grayscale: #999999. Windows color (decimal): -2002259 or 11367137. OLE color: 11367137.

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

Color convert

RGB 225 114 173 -
CMYK 0 0.49 0.23 0.12
HSL 328.11º 0.65% 0.66% -
HSV(B) 328.11º 0.49% 0.88% -
XYZ 44.61 31.06 43.18 -
YUV 153.92 138.77 178.7 -
System Red Green Blue C M Y K H S L
Decimal 225 114 173 0 0.49 0.23 0.12 328.11 0.65 0.66
Hex E1 72 AD 0 31 17 C 148 41 42
Octal 341 162 255 0 61 27 14 510 101 102
Binary 11100001 1110010 10101101 0 110001 10111 1100 101001000 1000001 1000010

Color Harmonies of #E172AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E172AD

Black with #E172AD

Text Example


Text Example

White with #E172AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E172AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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