#eb80b8

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

Shades of Persian Pink #EB80B8

Tints of Persian Pink #EB80B8

Color information

#EB80B8 (or 0xEB80B8) is unknown color: approx Persian Pink. HEX triplet: EB, 80 and B8. RGB value is (235,128,184). Sum of RGB (Red+Green+Blue) = 235+128+184=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 184 (72.27% from 255 or 33.64% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EB80B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB80B8 is #147F47. Grayscale: #A6A6A6. Windows color (decimal): -1343304 or 12091627. OLE color: 12091627.

HSL color Cylindrical-coordinate representation of color #EB80B8: hue angle of 328.6º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EB80B8 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB235128184-
CMYK00.460.220.08
HSL328.6º72.79%71.18%-
HSV(B)328.6º45.53%92.16%-
XYZ50.6336.5649.74-
YUV166.38137.95176.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.96%
GREEN value IS 128 (50.39% from 255) = 23.40%
BLUE value IS 184 (72.27% from 255) = 33.64%
R=42.96%
G=23.40%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512818400.460.220.08328.672.7971.18
HexEB80B802E1681494947
Octal3532002700562610511111107
Binary111010111000000010111000010111010110100010100100110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb80b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb80b8; }

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

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

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

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

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

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

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

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