#E177BE

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

Shades of Persian Pink #E177BE

Tints of Persian Pink #E177BE

Color information

#E177BE (or 0xE177BE) is unknown color: approx Persian Pink. HEX triplet: E1, 77 and BE. RGB value is (225,119,190). Sum of RGB (Red+Green+Blue) = 225+119+190=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E177BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E177BE is #1E8841. Grayscale: #9E9E9E. Windows color (decimal): -2000962 or 12482529. OLE color: 12482529.

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

Color convert

RGB225119190-
CMYK00.470.160.12
HSL319.81º63.86%67.45%-
HSV(B)319.81º47.11%88.24%-
XYZ46.9432.9252.6-
YUV158.79145.62175.23-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.13%
GREEN value IS 119 (46.88% from 255) = 22.28%
BLUE value IS 190 (74.61% from 255) = 35.58%
R=42.13%
G=22.28%
B=35.58%

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
Decimal22511919000.470.160.12319.8163.8667.45
HexE177BE02F10C1404043
Octal3411672760572014500100103
Binary11100001111011110111110010111110000110010100000010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E177BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E177BE; }

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

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

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

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

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

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

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

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