#EB85B1

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

Shades of Persian Pink #EB85B1

Tints of Persian Pink #EB85B1

Color information

#EB85B1 (or 0xEB85B1) is unknown color: approx Persian Pink. HEX triplet: EB, 85 and B1. RGB value is (235,133,177). Sum of RGB (Red+Green+Blue) = 235+133+177=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 177 (69.53% from 255 or 32.48% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EB85B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB85B1 is #147A4E. Grayscale: #A8A8A8. Windows color (decimal): -1342031 or 11634155. OLE color: 11634155.

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

Color convert

RGB235133177-
CMYK00.430.250.08
HSL334.12º71.83%72.16%-
HSV(B)334.12º43.4%92.16%-
XYZ50.5837.6146.19-
YUV168.51132.79175.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.12%
GREEN value IS 133 (52.34% from 255) = 24.40%
BLUE value IS 177 (69.53% from 255) = 32.48%
R=43.12%
G=24.40%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513317700.430.250.08334.1271.8372.16
HexEB85B102B19814e4848
Octal3532052610533110516110110
Binary111010111000010110110001010101111001100010100111010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB85B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB85B1; }

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

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

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

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

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

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

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

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