#E177BC

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

Shades of Persian Pink #E177BC

Tints of Persian Pink #E177BC

Color information

#E177BC (or 0xE177BC) is unknown color: approx Persian Pink. HEX triplet: E1, 77 and BC. RGB value is (225,119,188). Sum of RGB (Red+Green+Blue) = 225+119+188=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E177BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E177BC is #1E8843. Grayscale: #9E9E9E. Windows color (decimal): -2000964 or 12351457. OLE color: 12351457.

HSL color Cylindrical-coordinate representation of color #E177BC: hue angle of 320.94º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E177BC is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB225119188-
CMYK00.470.160.12
HSL320.94º63.86%67.45%-
HSV(B)320.94º47.11%88.24%-
XYZ46.7332.8351.45-
YUV158.56144.62175.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.29%
GREEN value IS 119 (46.88% from 255) = 22.37%
BLUE value IS 188 (73.83% from 255) = 35.34%
R=42.29%
G=22.37%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511918800.470.160.12320.9463.8667.45
HexE177BC02F10C1414043
Octal3411672740572014501100103
Binary11100001111011110111100010111110000110010100000110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E177BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E177BC; }

 p { color: rgb(225,119,188); }

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

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

 a { background-color: rgb(225,119,188); }

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

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

 span { border-color: rgb(225,119,188); }

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