#EB85BE

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

Shades of Persian Pink #EB85BE

Tints of Persian Pink #EB85BE

Color information

#EB85BE (or 0xEB85BE) is unknown color: approx Persian Pink. HEX triplet: EB, 85 and BE. RGB value is (235,133,190). Sum of RGB (Red+Green+Blue) = 235+133+190=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EB85BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB85BE is #147A41. Grayscale: #A9A9A9. Windows color (decimal): -1342018 or 12486123. OLE color: 12486123.

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

Color convert

RGB235133190-
CMYK00.430.190.08
HSL326.47º71.83%72.16%-
HSV(B)326.47º43.4%92.16%-
XYZ51.9438.1553.34-
YUV170139.29174.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.11%
GREEN value IS 133 (52.34% from 255) = 23.84%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=42.11%
G=23.84%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513319000.430.190.08326.4771.8372.16
HexEB85BE02B1381464848
Octal3532052760532310506110110
Binary111010111000010110111110010101110011100010100011010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB85BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB85BE; }

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

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

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

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

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

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

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

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