#E97ABD

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

Shades of Persian Pink #E97ABD

Tints of Persian Pink #E97ABD

Color information

#E97ABD (or 0xE97ABD) is unknown color: approx Persian Pink. HEX triplet: E9, 7A and BD. RGB value is (233,122,189). Sum of RGB (Red+Green+Blue) = 233+122+189=544 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.83% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 233 - color contains mainly: red. Hex color #E97ABD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97ABD is #168542. Grayscale: #A2A2A2. Windows color (decimal): -1475907 or 12417769. OLE color: 12417769.

HSL color Cylindrical-coordinate representation of color #E97ABD: hue angle of 323.78º 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 #E97ABD is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB233122189-
CMYK00.480.190.09
HSL323.78º71.61%69.61%-
HSV(B)323.78º47.64%91.37%-
XYZ49.7534.9252.26-
YUV162.83142.77178.05-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.83%
GREEN value IS 122 (48.05% from 255) = 22.43%
BLUE value IS 189 (74.22% from 255) = 34.74%
R=42.83%
G=22.43%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312218900.480.190.09323.7871.6169.61
HexE97ABD0301391444846
Octal3511722750602311504110106
Binary11101001111101010111101011000010011100110100010010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97ABD; }

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

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

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

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

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

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

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

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