#EB81B8

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

Shades of Persian Pink #EB81B8

Tints of Persian Pink #EB81B8

Color information

#EB81B8 (or 0xEB81B8) is unknown color: approx Persian Pink. HEX triplet: EB, 81 and B8. RGB value is (235,129,184). Sum of RGB (Red+Green+Blue) = 235+129+184=548 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.88% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 184 (72.27% from 255 or 33.58% from 548); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB81B8 is #147E47. Grayscale: #A6A6A6. Windows color (decimal): -1343048 or 12091883. OLE color: 12091883.

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

Color convert

RGB235129184-
CMYK00.450.220.08
HSL328.87º72.6%71.37%-
HSV(B)328.87º45.11%92.16%-
XYZ50.7636.8249.78-
YUV166.96137.62176.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.88%
GREEN value IS 129 (50.78% from 255) = 23.54%
BLUE value IS 184 (72.27% from 255) = 33.58%
R=42.88%
G=23.54%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512918400.450.220.08328.8772.671.37
HexEB81B802D1681494947
Octal3532012700552610511111107
Binary111010111000000110111000010110110110100010100100110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB81B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB81B8; }

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

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

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

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

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

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

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

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