#EB73BB

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

Shades of Persian Pink #EB73BB

Tints of Persian Pink #EB73BB

Color information

#EB73BB (or 0xEB73BB) is unknown color: approx Persian Pink. HEX triplet: EB, 73 and BB. RGB value is (235,115,187). Sum of RGB (Red+Green+Blue) = 235+115+187=537 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.76% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 235 - color contains mainly: red. Hex color #EB73BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB73BB is #148C44. Grayscale: #9E9E9E. Windows color (decimal): -1346629 or 12284907. OLE color: 12284907.

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

Color convert

RGB235115187-
CMYK00.510.200.08
HSL324º75%68.63%-
HSV(B)324º51.06%92.16%-
XYZ49.3633.5150.88-
YUV159.09143.76182.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.76%
GREEN value IS 115 (45.31% from 255) = 21.42%
BLUE value IS 187 (73.44% from 255) = 34.82%
R=43.76%
G=21.42%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511518700.510.200.083247568.63
HexEB73BB0331481444b45
Octal3531632730632410504113105
Binary11101011111001110111011011001110100100010100010010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB73BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB73BB; }

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

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

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

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

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

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

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

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