#EB76B0

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

Shades of Persian Pink #EB76B0

Tints of Persian Pink #EB76B0

Color information

#EB76B0 (or 0xEB76B0) is unknown color: approx Persian Pink. HEX triplet: EB, 76 and B0. RGB value is (235,118,176). Sum of RGB (Red+Green+Blue) = 235+118+176=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EB76B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB76B0 is #14894F. Grayscale: #9F9F9F. Windows color (decimal): -1345872 or 11564779. OLE color: 11564779.

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

Color convert

RGB235118176-
CMYK00.500.250.08
HSL330.26º74.52%69.22%-
HSV(B)330.26º49.79%92.16%-
XYZ48.5833.7545.03-
YUV159.6137.26181.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.42%
GREEN value IS 118 (46.48% from 255) = 22.31%
BLUE value IS 176 (69.14% from 255) = 33.27%
R=44.42%
G=22.31%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511817600.500.250.08330.2674.5269.22
HexEB76B003219814a4b45
Octal3531662600623110512113105
Binary11101011111011010110000011001011001100010100101010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB76B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB76B0; }

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

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

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

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

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

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

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

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