#E97AB1

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

Shades of Persian Pink #E97AB1

Tints of Persian Pink #E97AB1

Color information

#E97AB1 (or 0xE97AB1) is unknown color: approx Persian Pink. HEX triplet: E9, 7A and B1. RGB value is (233,122,177). Sum of RGB (Red+Green+Blue) = 233+122+177=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 233 - color contains mainly: red. Hex color #E97AB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97AB1 is #16854E. Grayscale: #A1A1A1. Windows color (decimal): -1475919 or 11631337. OLE color: 11631337.

HSL color Cylindrical-coordinate representation of color #E97AB1: hue angle of 330.27º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E97AB1 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB233122177-
CMYK00.480.240.09
HSL330.27º71.61%69.61%-
HSV(B)330.27º47.64%91.37%-
XYZ48.534.4245.68-
YUV161.46136.77179.03-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 43.80%
GREEN value IS 122 (48.05% from 255) = 22.93%
BLUE value IS 177 (69.53% from 255) = 33.27%
R=43.80%
G=22.93%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312217700.480.240.09330.2771.6169.61
HexE97AB103018914a4846
Octal3511722610603011512110106
Binary11101001111101010110001011000011000100110100101010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97AB1; }

 p { color: rgb(233,122,177); }

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

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

 a { background-color: rgb(233,122,177); }

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

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

 span { border-color: rgb(233,122,177); }

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