#E986B3

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

Shades of Persian Pink #E986B3

Tints of Persian Pink #E986B3

Color information

#E986B3 (or 0xE986B3) is unknown color: approx Persian Pink. HEX triplet: E9, 86 and B3. RGB value is (233,134,179). Sum of RGB (Red+Green+Blue) = 233+134+179=546 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.67% from 546); Green value is 134 (52.73% from 255 or 24.54% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 233 - color contains mainly: red. Hex color #E986B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E986B3 is #16794C. Grayscale: #A8A8A8. Windows color (decimal): -1472845 or 11765481. OLE color: 11765481.

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

Color convert

RGB233134179-
CMYK00.420.230.09
HSL332.73º69.23%71.96%-
HSV(B)332.73º42.49%91.37%-
XYZ50.2737.6347.26-
YUV168.73133.8173.84-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.67%
GREEN value IS 134 (52.73% from 255) = 24.54%
BLUE value IS 179 (70.31% from 255) = 32.78%
R=42.67%
G=24.54%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313417900.420.230.09332.7369.2371.96
HexE986B302A17914d4548
Octal3512062630522711515105110
Binary111010011000011010110011010101010111100110100110110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E986B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E986B3; }

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

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

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

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

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

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

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

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