#E177B3

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

Shades of Persian Pink #E177B3

Tints of Persian Pink #E177B3

Color information

#E177B3 (or 0xE177B3) is unknown color: approx Persian Pink. HEX triplet: E1, 77 and B3. RGB value is (225,119,179). Sum of RGB (Red+Green+Blue) = 225+119+179=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 119 (46.88% from 255 or 22.75% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E177B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E177B3 is #1E884C. Grayscale: #9D9D9D. Windows color (decimal): -2000973 or 11761633. OLE color: 11761633.

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

Color convert

RGB225119179-
CMYK00.470.200.12
HSL326.04º63.86%67.45%-
HSV(B)326.04º47.11%88.24%-
XYZ45.7832.4646.5-
YUV157.53140.12176.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.02%
GREEN value IS 119 (46.88% from 255) = 22.75%
BLUE value IS 179 (70.31% from 255) = 34.23%
R=43.02%
G=22.75%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22511917900.470.200.12326.0463.8667.45
HexE177B302F14C1464043
Octal3411672630572414506100103
Binary11100001111011110110011010111110100110010100011010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E177B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E177B3; }

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

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

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

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

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

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

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

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