#E986BD

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

Shades of Persian Pink #E986BD

Tints of Persian Pink #E986BD

Color information

#E986BD (or 0xE986BD) is unknown color: approx Persian Pink. HEX triplet: E9, 86 and BD. RGB value is (233,134,189). Sum of RGB (Red+Green+Blue) = 233+134+189=556 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.91% from 556); Green value is 134 (52.73% from 255 or 24.10% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 233 - color contains mainly: red. Hex color #E986BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E986BD is #167942. Grayscale: #A9A9A9. Windows color (decimal): -1472835 or 12420841. OLE color: 12420841.

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

Color convert

RGB233134189-
CMYK00.420.190.09
HSL326.67º69.23%71.96%-
HSV(B)326.67º42.49%91.37%-
XYZ51.3138.0552.78-
YUV169.87138.8173.03-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.91%
GREEN value IS 134 (52.73% from 255) = 24.10%
BLUE value IS 189 (74.22% from 255) = 33.99%
R=41.91%
G=24.10%
B=33.99%

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
Decimal23313418900.420.190.09326.6769.2371.96
HexE986BD02A1391474548
Octal3512062750522311507105110
Binary111010011000011010111101010101010011100110100011110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E986BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E986BD; }

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

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

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

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

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

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

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

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