#e776bb

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

Shades of Persian Pink #E776BB

Tints of Persian Pink #E776BB

Color information

#E776BB (or 0xE776BB) is unknown color: approx Persian Pink. HEX triplet: E7, 76 and BB. RGB value is (231,118,187). Sum of RGB (Red+Green+Blue) = 231+118+187=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E776BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E776BB is #188944. Grayscale: #9F9F9F. Windows color (decimal): -1608005 or 12285671. OLE color: 12285671.

HSL color Cylindrical-coordinate representation of color #E776BB: hue angle of 323.36º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E776BB is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB231118187-
CMYK00.490.190.09
HSL323.36º70.19%68.43%-
HSV(B)323.36º48.92%90.59%-
XYZ48.433.5350.94-
YUV159.65143.44178.89-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.10%
GREEN value IS 118 (46.48% from 255) = 22.01%
BLUE value IS 187 (73.44% from 255) = 34.89%
R=43.10%
G=22.01%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111818700.490.190.09323.3670.1968.43
HexE776BB0311391434644
Octal3471662730612311503106104
Binary11100111111011010111011011000110011100110100001110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e776bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e776bb; }

 p { color: rgb(231,118,187); }

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

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

 a { background-color: rgb(231,118,187); }

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

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

 span { border-color: rgb(231,118,187); }

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