#EB85B3

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

Shades of Persian Pink #EB85B3

Tints of Persian Pink #EB85B3

Color information

#EB85B3 (or 0xEB85B3) is unknown color: approx Persian Pink. HEX triplet: EB, 85 and B3. RGB value is (235,133,179). Sum of RGB (Red+Green+Blue) = 235+133+179=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EB85B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB85B3 is #147A4C. Grayscale: #A8A8A8. Windows color (decimal): -1342029 or 11765227. OLE color: 11765227.

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

Color convert

RGB235133179-
CMYK00.430.240.08
HSL332.94º71.83%72.16%-
HSV(B)332.94º43.4%92.16%-
XYZ50.7937.6947.25-
YUV168.74133.79175.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.96%
GREEN value IS 133 (52.34% from 255) = 24.31%
BLUE value IS 179 (70.31% from 255) = 32.72%
R=42.96%
G=24.31%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513317900.430.240.08332.9471.8372.16
HexEB85B302B18814d4848
Octal3532052630533010515110110
Binary111010111000010110110011010101111000100010100110110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB85B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB85B3; }

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

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

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

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

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

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

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

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