#E172BA

Color #E172BA Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #E172BA

Tints of Persian Pink #E172BA

Color information

#E172BA (or 0xE172BA) is unknown color: approx 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

RGB225114186-
CMYK00.490.170.12
HSL321.08º64.91%66.47%-
HSV(B)321.08º49.33%88.24%-
XYZ45.9331.5950.13-
YUV155.4145.27177.65-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511418600.490.170.12321.0864.9166.47
HexE172BA03111C1414142
Octal3411622720612114501101102
Binary11100001111001010111010011000110001110010100000110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E172BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>