#E776C1

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

Shades of Persian Pink #E776C1

Tints of Persian Pink #E776C1

Color information

#E776C1 (or 0xE776C1) is unknown color: approx Persian Pink. HEX triplet: E7, 76 and C1. RGB value is (231,118,193). Sum of RGB (Red+Green+Blue) = 231+118+193=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E776C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E776C1 is #18893E. Grayscale: #A0A0A0. Windows color (decimal): -1607999 or 12678887. OLE color: 12678887.

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

Color convert

RGB231118193-
CMYK00.490.160.09
HSL320.18º70.19%68.43%-
HSV(B)320.18º48.92%90.59%-
XYZ49.0633.854.39-
YUV160.34146.44178.4-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.62%
GREEN value IS 118 (46.48% from 255) = 21.77%
BLUE value IS 193 (75.78% from 255) = 35.61%
R=42.62%
G=21.77%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111819300.490.160.09320.1870.1968.43
HexE776C10311091404644
Octal3471663010612011500106104
Binary11100111111011011000001011000110000100110100000010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E776C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E776C1; }

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

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

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

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

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

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

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

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