#EB85B2

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

Shades of Persian Pink #EB85B2

Tints of Persian Pink #EB85B2

Color information

#EB85B2 (or 0xEB85B2) is unknown color: approx Persian Pink. HEX triplet: EB, 85 and B2. RGB value is (235,133,178). Sum of RGB (Red+Green+Blue) = 235+133+178=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 178 (69.92% from 255 or 32.60% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EB85B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB85B2 is #147A4D. Grayscale: #A8A8A8. Windows color (decimal): -1342030 or 11699691. OLE color: 11699691.

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

Color convert

RGB235133178-
CMYK00.430.240.08
HSL333.53º71.83%72.16%-
HSV(B)333.53º43.4%92.16%-
XYZ50.6837.6546.72-
YUV168.63133.29175.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.04%
GREEN value IS 133 (52.34% from 255) = 24.36%
BLUE value IS 178 (69.92% from 255) = 32.60%
R=43.04%
G=24.36%
B=32.60%

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
Decimal23513317800.430.240.08333.5371.8372.16
HexEB85B202B18814e4848
Octal3532052620533010516110110
Binary111010111000010110110010010101111000100010100111010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB85B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB85B2; }

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

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

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

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

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

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

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

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