#EB85BA

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

Shades of Persian Pink #EB85BA

Tints of Persian Pink #EB85BA

Color information

#EB85BA (or 0xEB85BA) is unknown color: approx Persian Pink. HEX triplet: EB, 85 and BA. RGB value is (235,133,186). Sum of RGB (Red+Green+Blue) = 235+133+186=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EB85BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB85BA is #147A45. Grayscale: #A9A9A9. Windows color (decimal): -1342022 or 12223979. OLE color: 12223979.

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

Color convert

RGB235133186-
CMYK00.430.210.08
HSL328.82º71.83%72.16%-
HSV(B)328.82º43.4%92.16%-
XYZ51.5137.9851.07-
YUV169.54137.29174.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.42%
GREEN value IS 133 (52.34% from 255) = 24.01%
BLUE value IS 186 (73.05% from 255) = 33.57%
R=42.42%
G=24.01%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513318600.430.210.08328.8271.8372.16
HexEB85BA02B1581494848
Octal3532052720532510511110110
Binary111010111000010110111010010101110101100010100100110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB85BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB85BA; }

 p { color: rgb(235,133,186); }

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

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

 a { background-color: rgb(235,133,186); }

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

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

 span { border-color: rgb(235,133,186); }

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