#EB85BC

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

Shades of Persian Pink #EB85BC

Tints of Persian Pink #EB85BC

Color information

#EB85BC (or 0xEB85BC) is unknown color: approx Persian Pink. HEX triplet: EB, 85 and BC. RGB value is (235,133,188). Sum of RGB (Red+Green+Blue) = 235+133+188=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EB85BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB85BC is #147A43. Grayscale: #A9A9A9. Windows color (decimal): -1342020 or 12355051. OLE color: 12355051.

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

Color convert

RGB235133188-
CMYK00.430.20.08
HSL327.65º71.83%72.16%-
HSV(B)327.65º43.4%92.16%-
XYZ51.7338.0752.2-
YUV169.77138.29174.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.27%
GREEN value IS 133 (52.34% from 255) = 23.92%
BLUE value IS 188 (73.83% from 255) = 33.81%
R=42.27%
G=23.92%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513318800.430.20.08327.6571.8372.16
HexEB85BC02B1481484848
Octal3532052740532410510110110
Binary111010111000010110111100010101110100100010100100010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB85BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB85BC; }

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

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

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

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

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

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

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

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