#EB86BC

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

Shades of Persian Pink #EB86BC

Tints of Persian Pink #EB86BC

Color information

#EB86BC (or 0xEB86BC) is unknown color: approx Persian Pink. HEX triplet: EB, 86 and BC. RGB value is (235,134,188). Sum of RGB (Red+Green+Blue) = 235+134+188=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 134 (52.73% from 255 or 24.06% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EB86BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB86BC is #147943. Grayscale: #AAAAAA. Windows color (decimal): -1341764 or 12355307. OLE color: 12355307.

HSL color Cylindrical-coordinate representation of color #EB86BC: hue angle of 327.92º 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 #EB86BC is Cyan = 0, Magento = 0.43, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB235134188-
CMYK00.430.20.08
HSL327.92º71.63%72.35%-
HSV(B)327.92º42.98%92.16%-
XYZ51.8638.3452.24-
YUV170.36137.96174.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.19%
GREEN value IS 134 (52.73% from 255) = 24.06%
BLUE value IS 188 (73.83% from 255) = 33.75%
R=42.19%
G=24.06%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513418800.430.20.08327.9271.6372.35
HexEB86BC02B1481484848
Octal3532062740532410510110110
Binary111010111000011010111100010101110100100010100100010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB86BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB86BC; }

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

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

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

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

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

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

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

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