#EB77BF

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

Shades of Persian Pink #EB77BF

Tints of Persian Pink #EB77BF

Color information

#EB77BF (or 0xEB77BF) is unknown color: approx Persian Pink. HEX triplet: EB, 77 and BF. RGB value is (235,119,191). Sum of RGB (Red+Green+Blue) = 235+119+191=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 119 (46.88% from 255 or 21.83% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB77BF is #148840. Grayscale: #A1A1A1. Windows color (decimal): -1345601 or 12548075. OLE color: 12548075.

HSL color Cylindrical-coordinate representation of color #EB77BF: hue angle of 322.76º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EB77BF is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB235119191-
CMYK00.490.190.08
HSL322.76º74.36%69.41%-
HSV(B)322.76º49.36%92.16%-
XYZ50.2634.6253.32-
YUV161.89144.43180.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.12%
GREEN value IS 119 (46.88% from 255) = 21.83%
BLUE value IS 191 (75% from 255) = 35.05%
R=43.12%
G=21.83%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511919100.490.190.08322.7674.3669.41
HexEB77BF0311381434a45
Octal3531672770612310503112105
Binary11101011111011110111111011000110011100010100001110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB77BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB77BF; }

 p { color: rgb(235,119,191); }

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

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

 a { background-color: rgb(235,119,191); }

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

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

 span { border-color: rgb(235,119,191); }

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