#EB85B4

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

Shades of Persian Pink #EB85B4

Tints of Persian Pink #EB85B4

Color information

#EB85B4 (or 0xEB85B4) is unknown color: approx Persian Pink. HEX triplet: EB, 85 and B4. RGB value is (235,133,180). Sum of RGB (Red+Green+Blue) = 235+133+180=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EB85B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB85B4 is #147A4B. Grayscale: #A8A8A8. Windows color (decimal): -1342028 or 11830763. OLE color: 11830763.

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

Color convert

RGB235133180-
CMYK00.430.230.08
HSL332.35º71.83%72.16%-
HSV(B)332.35º43.4%92.16%-
XYZ50.8937.7347.78-
YUV168.86134.29175.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.88%
GREEN value IS 133 (52.34% from 255) = 24.27%
BLUE value IS 180 (70.70% from 255) = 32.85%
R=42.88%
G=24.27%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513318000.430.230.08332.3571.8372.16
HexEB85B402B17814c4848
Octal3532052640532710514110110
Binary111010111000010110110100010101110111100010100110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB85B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB85B4; }

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

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

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

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

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

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

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

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