#E778AD

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

Shades of Persian Pink #E778AD

Tints of Persian Pink #E778AD

Color information

#E778AD (or 0xE778AD) is unknown color: approx Persian Pink. HEX triplet: E7, 78 and AD. RGB value is (231,120,173). Sum of RGB (Red+Green+Blue) = 231+120+173=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 120 (47.27% from 255 or 22.90% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E778AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E778AD is #188752. Grayscale: #9F9F9F. Windows color (decimal): -1607507 or 11368679. OLE color: 11368679.

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

Color convert

RGB231120173-
CMYK00.480.250.09
HSL331.35º69.81%68.82%-
HSV(B)331.35º48.05%90.59%-
XYZ47.2133.4443.5-
YUV159.23135.77179.19-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.08%
GREEN value IS 120 (47.27% from 255) = 22.90%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=44.08%
G=22.90%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112017300.480.250.09331.3569.8168.82
HexE778AD03019914b4645
Octal3471702550603111513106105
Binary11100111111100010101101011000011001100110100101110001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E778AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E778AD; }

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

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

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

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

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

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

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

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