#E177BD

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

Shades of Persian Pink #E177BD

Tints of Persian Pink #E177BD

Color information

#E177BD (or 0xE177BD) is unknown color: approx Persian Pink. HEX triplet: E1, 77 and BD. RGB value is (225,119,189). Sum of RGB (Red+Green+Blue) = 225+119+189=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E177BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E177BD is #1E8842. Grayscale: #9E9E9E. Windows color (decimal): -2000963 or 12416993. OLE color: 12416993.

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

Color convert

RGB225119189-
CMYK00.470.160.12
HSL320.38º63.86%67.45%-
HSV(B)320.38º47.11%88.24%-
XYZ46.8332.8852.02-
YUV158.67145.12175.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.21%
GREEN value IS 119 (46.88% from 255) = 22.33%
BLUE value IS 189 (74.22% from 255) = 35.46%
R=42.21%
G=22.33%
B=35.46%

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
Decimal22511918900.470.160.12320.3863.8667.45
HexE177BD02F10C1404043
Octal3411672750572014500100103
Binary11100001111011110111101010111110000110010100000010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E177BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E177BD; }

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

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

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

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

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

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

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

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