#E776B0

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

Shades of Persian Pink #E776B0

Tints of Persian Pink #E776B0

Color information

#E776B0 (or 0xE776B0) is unknown color: approx Persian Pink. HEX triplet: E7, 76 and B0. RGB value is (231,118,176). Sum of RGB (Red+Green+Blue) = 231+118+176=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 118 (46.48% from 255 or 22.48% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E776B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E776B0 is #18894F. Grayscale: #9E9E9E. Windows color (decimal): -1608016 or 11564775. OLE color: 11564775.

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

Color convert

RGB231118176-
CMYK00.490.240.09
HSL329.2º70.19%68.43%-
HSV(B)329.2º48.92%90.59%-
XYZ47.2733.0844.97-
YUV158.4137.94179.78-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44%
GREEN value IS 118 (46.48% from 255) = 22.48%
BLUE value IS 176 (69.14% from 255) = 33.52%
R=44%
G=22.48%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111817600.490.240.09329.270.1968.43
HexE776B00311891494644
Octal3471662600613011511106104
Binary11100111111011010110000011000111000100110100100110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E776B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E776B0; }

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

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

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

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

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

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

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

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