#EB86B4

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

Shades of Persian Pink #EB86B4

Tints of Persian Pink #EB86B4

Color information

#EB86B4 (or 0xEB86B4) is unknown color: approx Persian Pink. HEX triplet: EB, 86 and B4. RGB value is (235,134,180). Sum of RGB (Red+Green+Blue) = 235+134+180=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 134 (52.73% from 255 or 24.41% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EB86B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB86B4 is #14794B. Grayscale: #A9A9A9. Windows color (decimal): -1341772 or 11831019. OLE color: 11831019.

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

Color convert

RGB235134180-
CMYK00.430.230.08
HSL332.67º71.63%72.35%-
HSV(B)332.67º42.98%92.16%-
XYZ51.0238.0147.83-
YUV169.44133.96174.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.81%
GREEN value IS 134 (52.73% from 255) = 24.41%
BLUE value IS 180 (70.70% from 255) = 32.79%
R=42.81%
G=24.41%
B=32.79%

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
Decimal23513418000.430.230.08332.6771.6372.35
HexEB86B402B17814d4848
Octal3532062640532710515110110
Binary111010111000011010110100010101110111100010100110110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB86B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB86B4; }

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

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

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

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

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

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

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

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