#EB76B1

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

Shades of Persian Pink #EB76B1

Tints of Persian Pink #EB76B1

Color information

#EB76B1 (or 0xEB76B1) is unknown color: approx Persian Pink. HEX triplet: EB, 76 and B1. RGB value is (235,118,177). Sum of RGB (Red+Green+Blue) = 235+118+177=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 118 (46.48% from 255 or 22.26% from 530); Blue value is 177 (69.53% from 255 or 33.40% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EB76B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB76B1 is #14894E. Grayscale: #9F9F9F. Windows color (decimal): -1345871 or 11630315. OLE color: 11630315.

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

Color convert

RGB235118177-
CMYK00.500.250.08
HSL329.74º74.52%69.22%-
HSV(B)329.74º49.79%92.16%-
XYZ48.6833.7945.55-
YUV159.71137.76181.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.34%
GREEN value IS 118 (46.48% from 255) = 22.26%
BLUE value IS 177 (69.53% from 255) = 33.40%
R=44.34%
G=22.26%
B=33.40%

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
Decimal23511817700.500.250.08329.7474.5269.22
HexEB76B103219814a4b45
Octal3531662610623110512113105
Binary11101011111011010110001011001011001100010100101010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB76B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB76B1; }

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

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

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

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

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

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

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

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