#E778B4

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

Shades of Persian Pink #E778B4

Tints of Persian Pink #E778B4

Color information

#E778B4 (or 0xE778B4) is unknown color: approx Persian Pink. HEX triplet: E7, 78 and B4. RGB value is (231,120,180). Sum of RGB (Red+Green+Blue) = 231+120+180=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 231 - color contains mainly: red. Hex color #E778B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E778B4 is #18874B. Grayscale: #9F9F9F. Windows color (decimal): -1607500 or 11827431. OLE color: 11827431.

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

Color convert

RGB231120180-
CMYK00.480.220.09
HSL327.57º69.81%68.82%-
HSV(B)327.57º48.05%90.59%-
XYZ47.9133.7247.16-
YUV160.03139.27178.62-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.50%
GREEN value IS 120 (47.27% from 255) = 22.60%
BLUE value IS 180 (70.70% from 255) = 33.90%
R=43.50%
G=22.60%
B=33.90%

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
Decimal23112018000.480.220.09327.5769.8168.82
HexE778B40301691484645
Octal3471702640602611510106105
Binary11100111111100010110100011000010110100110100100010001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E778B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E778B4; }

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

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

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

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

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

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

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

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