#EB73B9

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

Shades of Persian Pink #EB73B9

Tints of Persian Pink #EB73B9

Color information

#EB73B9 (or 0xEB73B9) is unknown color: approx Persian Pink. HEX triplet: EB, 73 and B9. RGB value is (235,115,185). Sum of RGB (Red+Green+Blue) = 235+115+185=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 115 (45.31% from 255 or 21.50% from 535); Blue value is 185 (72.66% from 255 or 34.58% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EB73B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB73B9 is #148C46. Grayscale: #9E9E9E. Windows color (decimal): -1346631 or 12153835. OLE color: 12153835.

HSL color Cylindrical-coordinate representation of color #EB73B9: hue angle of 325º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB73B9 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB235115185-
CMYK00.510.210.08
HSL325º75%68.63%-
HSV(B)325º51.06%92.16%-
XYZ49.1533.4349.76-
YUV158.86142.76182.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.93%
GREEN value IS 115 (45.31% from 255) = 21.50%
BLUE value IS 185 (72.66% from 255) = 34.58%
R=43.93%
G=21.50%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511518500.510.210.083257568.63
HexEB73B90331581454b45
Octal3531632710632510505113105
Binary11101011111001110111001011001110101100010100010110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB73B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB73B9; }

 p { color: rgb(235,115,185); }

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

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

 a { background-color: rgb(235,115,185); }

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

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

 span { border-color: rgb(235,115,185); }

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