#E778B8

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

Shades of Persian Pink #E778B8

Tints of Persian Pink #E778B8

Color information

#E778B8 (or 0xE778B8) is unknown color: approx Persian Pink. HEX triplet: E7, 78 and B8. RGB value is (231,120,184). Sum of RGB (Red+Green+Blue) = 231+120+184=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 120 (47.27% from 255 or 22.43% from 535); Blue value is 184 (72.27% from 255 or 34.39% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E778B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E778B8 is #188747. Grayscale: #A0A0A0. Windows color (decimal): -1607496 or 12089575. OLE color: 12089575.

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

Color convert

RGB231120184-
CMYK00.480.200.09
HSL325.41º69.81%68.82%-
HSV(B)325.41º48.05%90.59%-
XYZ48.3233.8849.34-
YUV160.49141.27178.3-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 43.18%
GREEN value IS 120 (47.27% from 255) = 22.43%
BLUE value IS 184 (72.27% from 255) = 34.39%
R=43.18%
G=22.43%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112018400.480.200.09325.4169.8168.82
HexE778B80301491454645
Octal3471702700602411505106105
Binary11100111111100010111000011000010100100110100010110001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E778B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E778B8; }

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

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

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

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

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

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

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

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