#E778B5

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

Shades of Persian Pink #E778B5

Tints of Persian Pink #E778B5

Color information

#E778B5 (or 0xE778B5) is unknown color: approx Persian Pink. HEX triplet: E7, 78 and B5. RGB value is (231,120,181). Sum of RGB (Red+Green+Blue) = 231+120+181=532 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.42% from 532); Green value is 120 (47.27% from 255 or 22.56% from 532); Blue value is 181 (71.09% from 255 or 34.02% from 532); Max value from RGB is 231 - color contains mainly: red. Hex color #E778B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E778B5 is #18874A. Grayscale: #A0A0A0. Windows color (decimal): -1607499 or 11892967. OLE color: 11892967.

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

Color convert

RGB231120181-
CMYK00.480.220.09
HSL327.03º69.81%68.82%-
HSV(B)327.03º48.05%90.59%-
XYZ48.0133.7647.7-
YUV160.14139.77178.54-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.42%
GREEN value IS 120 (47.27% from 255) = 22.56%
BLUE value IS 181 (71.09% from 255) = 34.02%
R=43.42%
G=22.56%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112018100.480.220.09327.0369.8168.82
HexE778B50301691474645
Octal3471702650602611507106105
Binary11100111111100010110101011000010110100110100011110001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E778B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E778B5; }

 p { color: rgb(231,120,181); }

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

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

 a { background-color: rgb(231,120,181); }

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

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

 span { border-color: rgb(231,120,181); }

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