#E779C7

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

Shades of Persian Pink #E779C7

Tints of Persian Pink #E779C7

Color information

#E779C7 (or 0xE779C7) is unknown color: approx Persian Pink. HEX triplet: E7, 79 and C7. RGB value is (231,121,199). Sum of RGB (Red+Green+Blue) = 231+121+199=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 121 (47.66% from 255 or 21.96% from 551); Blue value is 199 (78.12% from 255 or 36.12% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E779C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E779C7 is #188638. Grayscale: #A2A2A2. Windows color (decimal): -1607225 or 13072871. OLE color: 13072871.

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

Color convert

RGB231121199-
CMYK00.480.140.09
HSL317.45º69.62%69.02%-
HSV(B)317.45º47.62%90.59%-
XYZ50.134.7958.11-
YUV162.78148.44176.66-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.92%
GREEN value IS 121 (47.66% from 255) = 21.96%
BLUE value IS 199 (78.12% from 255) = 36.12%
R=41.92%
G=21.96%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112119900.480.140.09317.4569.6269.02
HexE779C7030E913d4645
Octal3471713070601611475106105
Binary1110011111110011100011101100001110100110011110110001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E779C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E779C7; }

 p { color: rgb(231,121,199); }

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

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

 a { background-color: rgb(231,121,199); }

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

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

 span { border-color: rgb(231,121,199); }

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