#E77BB5

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

Shades of Persian Pink #E77BB5

Tints of Persian Pink #E77BB5

Color information

#E77BB5 (or 0xE77BB5) is unknown color: approx Persian Pink. HEX triplet: E7, 7B and B5. RGB value is (231,123,181). Sum of RGB (Red+Green+Blue) = 231+123+181=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E77BB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77BB5 is #18844A. Grayscale: #A1A1A1. Windows color (decimal): -1606731 or 11893735. OLE color: 11893735.

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

Color convert

RGB231123181-
CMYK00.470.220.09
HSL327.78º69.23%69.41%-
HSV(B)327.78º46.75%90.59%-
XYZ48.3834.4947.82-
YUV161.9138.78177.28-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.18%
GREEN value IS 123 (48.44% from 255) = 22.99%
BLUE value IS 181 (71.09% from 255) = 33.83%
R=43.18%
G=22.99%
B=33.83%

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
Decimal23112318100.470.220.09327.7869.2369.41
HexE77BB502F1691484545
Octal3471732650572611510105105
Binary11100111111101110110101010111110110100110100100010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77BB5; }

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

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

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

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

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

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

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

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