#E778C1

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

Shades of Persian Pink #E778C1

Tints of Persian Pink #E778C1

Color information

#E778C1 (or 0xE778C1) is unknown color: approx Persian Pink. HEX triplet: E7, 78 and C1. RGB value is (231,120,193). Sum of RGB (Red+Green+Blue) = 231+120+193=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E778C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E778C1 is #18873E. Grayscale: #A1A1A1. Windows color (decimal): -1607487 or 12679399. OLE color: 12679399.

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

Color convert

RGB231120193-
CMYK00.480.160.09
HSL320.54º69.81%68.82%-
HSV(B)320.54º48.05%90.59%-
XYZ49.334.2754.47-
YUV161.51145.77177.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.46%
GREEN value IS 120 (47.27% from 255) = 22.06%
BLUE value IS 193 (75.78% from 255) = 35.48%
R=42.46%
G=22.06%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112019300.480.160.09320.5469.8168.82
HexE778C10301091414645
Octal3471703010602011501106105
Binary11100111111100011000001011000010000100110100000110001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E778C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E778C1; }

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

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

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

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

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

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

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

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