#EB83BA

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

Shades of Persian Pink #EB83BA

Tints of Persian Pink #EB83BA

Color information

#EB83BA (or 0xEB83BA) is unknown color: approx Persian Pink. HEX triplet: EB, 83 and BA. RGB value is (235,131,186). Sum of RGB (Red+Green+Blue) = 235+131+186=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 131 (51.56% from 255 or 23.73% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 235 - color contains mainly: red. Hex color #EB83BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB83BA is #147C45. Grayscale: #A8A8A8. Windows color (decimal): -1342534 or 12223467. OLE color: 12223467.

HSL color Cylindrical-coordinate representation of color #EB83BA: hue angle of 328.27º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EB83BA is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB235131186-
CMYK00.440.210.08
HSL328.27º72.22%71.76%-
HSV(B)328.27º44.26%92.16%-
XYZ51.2437.4450.98-
YUV168.37137.96175.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.57%
GREEN value IS 131 (51.56% from 255) = 23.73%
BLUE value IS 186 (73.05% from 255) = 33.70%
R=42.57%
G=23.73%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513118600.440.210.08328.2772.2271.76
HexEB83BA02C1581484848
Octal3532032720542510510110110
Binary111010111000001110111010010110010101100010100100010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB83BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB83BA; }

 p { color: rgb(235,131,186); }

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

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

 a { background-color: rgb(235,131,186); }

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

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

 span { border-color: rgb(235,131,186); }

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