#EB76BB

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

Shades of Persian Pink #EB76BB

Tints of Persian Pink #EB76BB

Color information

#EB76BB (or 0xEB76BB) is unknown color: approx Persian Pink. HEX triplet: EB, 76 and BB. RGB value is (235,118,187). Sum of RGB (Red+Green+Blue) = 235+118+187=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 118 (46.48% from 255 or 21.85% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EB76BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB76BB is #148944. Grayscale: #A0A0A0. Windows color (decimal): -1345861 or 12285675. OLE color: 12285675.

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

Color convert

RGB235118187-
CMYK00.500.200.08
HSL324.62º74.52%69.22%-
HSV(B)324.62º49.79%92.16%-
XYZ49.7134.2151-
YUV160.85142.76180.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.52%
GREEN value IS 118 (46.48% from 255) = 21.85%
BLUE value IS 187 (73.44% from 255) = 34.63%
R=43.52%
G=21.85%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511818700.500.200.08324.6274.5269.22
HexEB76BB0321481454b45
Octal3531662730622410505113105
Binary11101011111011010111011011001010100100010100010110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB76BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB76BB; }

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

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

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

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

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

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

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

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