#E776AD

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

Shades of Persian Pink #E776AD

Tints of Persian Pink #E776AD

Color information

#E776AD (or 0xE776AD) is unknown color: approx Persian Pink. HEX triplet: E7, 76 and AD. RGB value is (231,118,173). Sum of RGB (Red+Green+Blue) = 231+118+173=522 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.25% from 522); Green value is 118 (46.48% from 255 or 22.61% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 231 - color contains mainly: red. Hex color #E776AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E776AD is #188952. Grayscale: #9D9D9D. Windows color (decimal): -1608019 or 11368167. OLE color: 11368167.

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

Color convert

RGB231118173-
CMYK00.490.250.09
HSL330.8º70.19%68.43%-
HSV(B)330.8º48.92%90.59%-
XYZ46.9832.9643.42-
YUV158.06136.44180.03-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.25%
GREEN value IS 118 (46.48% from 255) = 22.61%
BLUE value IS 173 (67.97% from 255) = 33.14%
R=44.25%
G=22.61%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111817300.490.250.09330.870.1968.43
HexE776AD03119914b4644
Octal3471662550613111513106104
Binary11100111111011010101101011000111001100110100101110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E776AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E776AD; }

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

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

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

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

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

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

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

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