Html Css Color HEX #E172BA Persian Pink

📋 copy color: '#E172BA'

red 225 ◦ green 114 ◦ blue 186

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

Shades of Persian Pink #E172BA

Tints of Persian Pink #E172BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.43%

R = 42.86%
G = 21.71%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E172BA (or 0xE172BA) is known color: Persian Pink. HEX triplet: E1, 72 and BA. RGB value is (225,114,186). Sum of RGB (Red+Green+Blue) = 225+114+186=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 114 (44.92% from 255 or 21.71% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 225 - color contains mainly: red. Hex color #E172BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E172BA is #1E8D45. Grayscale: #9B9B9B. Windows color (decimal): -2002246 or 12219105. OLE color: 12219105.

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

Color convert

RGB 225 114 186 -
CMYK 0 0.49 0.17 0.12
HSL 321.08º 0.65% 0.66% -
HSV(B) 321.08º 0.49% 0.88% -
XYZ 45.93 31.59 50.13 -
YUV 155.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 225 114 186 0 0.49 0.17 0.12 321.08 0.65 0.66
Hex E1 72 BA 0 31 11 C 141 41 42
Octal 341 162 272 0 61 21 14 501 101 102
Binary 11100001 1110010 10111010 0 110001 10001 1100 101000001 1000001 1000010

Color Harmonies of #E172BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E172BA

Black with #E172BA

Text Example


Text Example

White with #E172BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E172BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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