#E786BB

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

Shades of Persian Pink #E786BB

Tints of Persian Pink #E786BB

Color information

#E786BB (or 0xE786BB) is unknown color: approx Persian Pink. HEX triplet: E7, 86 and BB. RGB value is (231,134,187). Sum of RGB (Red+Green+Blue) = 231+134+187=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 134 (52.73% from 255 or 24.28% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E786BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E786BB is #187944. Grayscale: #A8A8A8. Windows color (decimal): -1603909 or 12289767. OLE color: 12289767.

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

Color convert

RGB231134187-
CMYK00.420.190.09
HSL327.22º66.9%71.57%-
HSV(B)327.22º41.99%90.59%-
XYZ50.4537.6351.62-
YUV169.04138.14172.19-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.85%
GREEN value IS 134 (52.73% from 255) = 24.28%
BLUE value IS 187 (73.44% from 255) = 33.88%
R=41.85%
G=24.28%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23113418700.420.190.09327.2266.971.57
HexE786BB02A1391474348
Octal3472062730522311507103110
Binary111001111000011010111011010101010011100110100011110000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E786BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E786BB; }

 p { color: rgb(231,134,187); }

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

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

 a { background-color: rgb(231,134,187); }

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

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

 span { border-color: rgb(231,134,187); }

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