#EB76BA

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

Shades of Persian Pink #EB76BA

Tints of Persian Pink #EB76BA

Color information

#EB76BA (or 0xEB76BA) is unknown color: approx Persian Pink. HEX triplet: EB, 76 and BA. RGB value is (235,118,186). Sum of RGB (Red+Green+Blue) = 235+118+186=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EB76BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB76BA is #148945. Grayscale: #A0A0A0. Windows color (decimal): -1345862 or 12220139. OLE color: 12220139.

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

Color convert

RGB235118186-
CMYK00.500.210.08
HSL325.13º74.52%69.22%-
HSV(B)325.13º49.79%92.16%-
XYZ49.634.1650.43-
YUV160.74142.26180.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.60%
GREEN value IS 118 (46.48% from 255) = 21.89%
BLUE value IS 186 (73.05% from 255) = 34.51%
R=43.60%
G=21.89%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511818600.500.210.08325.1374.5269.22
HexEB76BA0321581454b45
Octal3531662720622510505113105
Binary11101011111011010111010011001010101100010100010110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB76BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB76BA; }

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

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

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

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

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

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

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

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