#E986BB

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

Shades of Persian Pink #E986BB

Tints of Persian Pink #E986BB

Color information

#E986BB (or 0xE986BB) is unknown color: approx Persian Pink. HEX triplet: E9, 86 and BB. RGB value is (233,134,187). Sum of RGB (Red+Green+Blue) = 233+134+187=554 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.06% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 233 - color contains mainly: red. Hex color #E986BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E986BB is #167944. Grayscale: #A9A9A9. Windows color (decimal): -1472837 or 12289769. OLE color: 12289769.

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

Color convert

RGB233134187-
CMYK00.420.200.09
HSL327.88º69.23%71.96%-
HSV(B)327.88º42.49%91.37%-
XYZ51.137.9651.65-
YUV169.64137.8173.19-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.06%
GREEN value IS 134 (52.73% from 255) = 24.19%
BLUE value IS 187 (73.44% from 255) = 33.75%
R=42.06%
G=24.19%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313418700.420.200.09327.8869.2371.96
HexE986BB02A1491484548
Octal3512062730522411510105110
Binary111010011000011010111011010101010100100110100100010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E986BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E986BB; }

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

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

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

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

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

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

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

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