#E172B2

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

Shades of Persian Pink #E172B2

Tints of Persian Pink #E172B2

Color information

#E172B2 (or 0xE172B2) is unknown color: approx Persian Pink. HEX triplet: E1, 72 and B2. RGB value is (225,114,178). Sum of RGB (Red+Green+Blue) = 225+114+178=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 114 (44.92% from 255 or 22.05% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E172B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E172B2 is #1E8D4D. Grayscale: #9A9A9A. Windows color (decimal): -2002254 or 11694817. OLE color: 11694817.

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

Color convert

RGB225114178-
CMYK00.490.210.12
HSL325.41º64.91%66.47%-
HSV(B)325.41º49.33%88.24%-
XYZ45.131.2645.78-
YUV154.48141.27178.3-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.52%
GREEN value IS 114 (44.92% from 255) = 22.05%
BLUE value IS 178 (69.92% from 255) = 34.43%
R=43.52%
G=22.05%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511417800.490.210.12325.4164.9166.47
HexE172B203115C1454142
Octal3411622620612514505101102
Binary11100001111001010110010011000110101110010100010110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E172B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E172B2; }

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

 H1.HeaderClassName
 {
   color: #E172B2;
 }
 .AnyTagClassName
 {
   color: #E172B2;
 }
</style>
background-color css

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

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

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

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

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

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