#EB86BD

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

Shades of Persian Pink #EB86BD

Tints of Persian Pink #EB86BD

Color information

#EB86BD (or 0xEB86BD) is unknown color: approx Persian Pink. HEX triplet: EB, 86 and BD. RGB value is (235,134,189). Sum of RGB (Red+Green+Blue) = 235+134+189=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 134 (52.73% from 255 or 24.01% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EB86BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB86BD is #147942. Grayscale: #AAAAAA. Windows color (decimal): -1341763 or 12420843. OLE color: 12420843.

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

Color convert

RGB235134189-
CMYK00.430.200.08
HSL327.33º71.63%72.35%-
HSV(B)327.33º42.98%92.16%-
XYZ51.9738.3952.81-
YUV170.47138.46174.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.11%
GREEN value IS 134 (52.73% from 255) = 24.01%
BLUE value IS 189 (74.22% from 255) = 33.87%
R=42.11%
G=24.01%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513418900.430.200.08327.3371.6372.35
HexEB86BD02B1481474848
Octal3532062750532410507110110
Binary111010111000011010111101010101110100100010100011110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB86BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB86BD; }

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

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

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

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

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

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

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

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