#E77AB6

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

Shades of Persian Pink #E77AB6

Tints of Persian Pink #E77AB6

Color information

#E77AB6 (or 0xE77AB6) is unknown color: approx Persian Pink. HEX triplet: E7, 7A and B6. RGB value is (231,122,182). Sum of RGB (Red+Green+Blue) = 231+122+182=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 182 (71.48% from 255 or 34.02% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E77AB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77AB6 is #188549. Grayscale: #A1A1A1. Windows color (decimal): -1606986 or 11959015. OLE color: 11959015.

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

Color convert

RGB231122182-
CMYK00.470.210.09
HSL326.97º69.43%69.22%-
HSV(B)326.97º47.19%90.59%-
XYZ48.3634.2948.32-
YUV161.43139.61177.62-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.18%
GREEN value IS 122 (48.05% from 255) = 22.80%
BLUE value IS 182 (71.48% from 255) = 34.02%
R=43.18%
G=22.80%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112218200.470.210.09326.9769.4369.22
HexE77AB602F1591474545
Octal3471722660572511507105105
Binary11100111111101010110110010111110101100110100011110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77AB6; }

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

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

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

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

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

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

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

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