#EB77B8

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

Shades of Persian Pink #EB77B8

Tints of Persian Pink #EB77B8

Color information

#EB77B8 (or 0xEB77B8) is unknown color: approx Persian Pink. HEX triplet: EB, 77 and B8. RGB value is (235,119,184). Sum of RGB (Red+Green+Blue) = 235+119+184=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 184 (72.27% from 255 or 34.20% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB77B8 is #148847. Grayscale: #A0A0A0. Windows color (decimal): -1345608 or 12089323. OLE color: 12089323.

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

Color convert

RGB235119184-
CMYK00.490.220.08
HSL326.38º74.36%69.41%-
HSV(B)326.38º49.36%92.16%-
XYZ49.5134.3249.36-
YUV161.09140.93180.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.68%
GREEN value IS 119 (46.88% from 255) = 22.12%
BLUE value IS 184 (72.27% from 255) = 34.20%
R=43.68%
G=22.12%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511918400.490.220.08326.3874.3669.41
HexEB77B80311681464a45
Octal3531672700612610506112105
Binary11101011111011110111000011000110110100010100011010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB77B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB77B8; }

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

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

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

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

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

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

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

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