#E77FBC

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

Shades of Persian Pink #E77FBC

Tints of Persian Pink #E77FBC

Color information

#E77FBC (or 0xE77FBC) is unknown color: approx Persian Pink. HEX triplet: E7, 7F and BC. RGB value is (231,127,188). Sum of RGB (Red+Green+Blue) = 231+127+188=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 127 (50% from 255 or 23.26% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E77FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77FBC is #188043. Grayscale: #A4A4A4. Windows color (decimal): -1605700 or 12353511. OLE color: 12353511.

HSL color Cylindrical-coordinate representation of color #E77FBC: hue angle of 324.81º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E77FBC is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB231127188-
CMYK00.450.190.09
HSL324.81º68.42%70.2%-
HSV(B)324.81º45.02%90.59%-
XYZ49.6235.851.87-
YUV165.05140.96175.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.31%
GREEN value IS 127 (50% from 255) = 23.26%
BLUE value IS 188 (73.83% from 255) = 34.43%
R=42.31%
G=23.26%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112718800.450.190.09324.8168.4270.2
HexE77FBC02D1391454446
Octal3471772740552311505104106
Binary11100111111111110111100010110110011100110100010110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E77FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E77FBC; }

 p { color: rgb(231,127,188); }

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

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

 a { background-color: rgb(231,127,188); }

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

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

 span { border-color: rgb(231,127,188); }

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