#E786BA

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

Shades of Persian Pink #E786BA

Tints of Persian Pink #E786BA

Color information

#E786BA (or 0xE786BA) is unknown color: approx Persian Pink. HEX triplet: E7, 86 and BA. RGB value is (231,134,186). Sum of RGB (Red+Green+Blue) = 231+134+186=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E786BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E786BA is #187945. Grayscale: #A8A8A8. Windows color (decimal): -1603910 or 12224231. OLE color: 12224231.

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

Color convert

RGB231134186-
CMYK00.420.190.09
HSL327.84º66.9%71.57%-
HSV(B)327.84º41.99%90.59%-
XYZ50.3437.5851.06-
YUV168.93137.64172.27-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.92%
GREEN value IS 134 (52.73% from 255) = 24.32%
BLUE value IS 186 (73.05% from 255) = 33.76%
R=41.92%
G=24.32%
B=33.76%

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
Decimal23113418600.420.190.09327.8466.971.57
HexE786BA02A1391484348
Octal3472062720522311510103110
Binary111001111000011010111010010101010011100110100100010000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E786BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E786BA; }

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

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

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

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

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

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

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

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