#E77AB5

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

Shades of Persian Pink #E77AB5

Tints of Persian Pink #E77AB5

Color information

#E77AB5 (or 0xE77AB5) is unknown color: approx Persian Pink. HEX triplet: E7, 7A and B5. RGB value is (231,122,181). Sum of RGB (Red+Green+Blue) = 231+122+181=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E77AB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77AB5 is #18854A. Grayscale: #A1A1A1. Windows color (decimal): -1606987 or 11893479. OLE color: 11893479.

HSL color Cylindrical-coordinate representation of color #E77AB5: hue angle of 327.52º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77AB5 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.09.

Color convert

RGB231122181-
CMYK00.470.220.09
HSL327.52º69.43%69.22%-
HSV(B)327.52º47.19%90.59%-
XYZ48.2634.2447.78-
YUV161.32139.11177.7-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.26%
GREEN value IS 122 (48.05% from 255) = 22.85%
BLUE value IS 181 (71.09% from 255) = 33.90%
R=43.26%
G=22.85%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112218100.470.220.09327.5269.4369.22
HexE77AB502F1691484545
Octal3471722650572611510105105
Binary11100111111101010110101010111110110100110100100010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77AB5; }

 p { color: rgb(231,122,181); }

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

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

 a { background-color: rgb(231,122,181); }

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

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

 span { border-color: rgb(231,122,181); }

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