#eb7ab9

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

Shades of Persian Pink #EB7AB9

Tints of Persian Pink #EB7AB9

Color information

#EB7AB9 (or 0xEB7AB9) is unknown color: approx Persian Pink. HEX triplet: EB, 7A and B9. RGB value is (235,122,185). Sum of RGB (Red+Green+Blue) = 235+122+185=542 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.36% from 542); Green value is 122 (48.05% from 255 or 22.51% from 542); Blue value is 185 (72.66% from 255 or 34.13% from 542); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7AB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7AB9 is #148546. Grayscale: #A2A2A2. Windows color (decimal): -1344839 or 12155627. OLE color: 12155627.

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

Color convert

RGB235122185-
CMYK00.480.210.08
HSL326.55º73.86%70%-
HSV(B)326.55º48.09%92.16%-
XYZ49.9835.0850.04-
YUV162.97140.44179.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.36%
GREEN value IS 122 (48.05% from 255) = 22.51%
BLUE value IS 185 (72.66% from 255) = 34.13%
R=43.36%
G=22.51%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512218500.480.210.08326.5573.8670
HexEB7AB90301581474a46
Octal3531722710602510507112106
Binary11101011111101010111001011000010101100010100011110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb7ab9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb7ab9; }

 p { color: rgb(235,122,185); }

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

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

 a { background-color: rgb(235,122,185); }

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

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

 span { border-color: rgb(235,122,185); }

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