#EB86B5

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

Shades of Persian Pink #EB86B5

Tints of Persian Pink #EB86B5

Color information

#EB86B5 (or 0xEB86B5) is unknown color: approx Persian Pink. HEX triplet: EB, 86 and B5. RGB value is (235,134,181). Sum of RGB (Red+Green+Blue) = 235+134+181=550 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.73% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 235 - color contains mainly: red. Hex color #EB86B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB86B5 is #14794A. Grayscale: #A9A9A9. Windows color (decimal): -1341771 or 11896555. OLE color: 11896555.

HSL color Cylindrical-coordinate representation of color #EB86B5: hue angle of 332.08º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EB86B5 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB235134181-
CMYK00.430.230.08
HSL332.08º71.63%72.35%-
HSV(B)332.08º42.98%92.16%-
XYZ51.1338.0548.37-
YUV169.56134.46174.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.73%
GREEN value IS 134 (52.73% from 255) = 24.36%
BLUE value IS 181 (71.09% from 255) = 32.91%
R=42.73%
G=24.36%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513418100.430.230.08332.0871.6372.35
HexEB86B502B17814c4848
Octal3532062650532710514110110
Binary111010111000011010110101010101110111100010100110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB86B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB86B5; }

 p { color: rgb(235,134,181); }

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

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

 a { background-color: rgb(235,134,181); }

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

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

 span { border-color: rgb(235,134,181); }

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