#E97AC2

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

Shades of Persian Pink #E97AC2

Tints of Persian Pink #E97AC2

Color information

#E97AC2 (or 0xE97AC2) is unknown color: approx Persian Pink. HEX triplet: E9, 7A and C2. RGB value is (233,122,194). Sum of RGB (Red+Green+Blue) = 233+122+194=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 194 (76.17% from 255 or 35.34% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E97AC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97AC2 is #16853D. Grayscale: #A3A3A3. Windows color (decimal): -1475902 or 12745449. OLE color: 12745449.

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

Color convert

RGB233122194-
CMYK00.480.170.09
HSL321.08º71.61%69.61%-
HSV(B)321.08º47.64%91.37%-
XYZ50.335.1455.17-
YUV163.4145.27177.65-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.44%
GREEN value IS 122 (48.05% from 255) = 22.22%
BLUE value IS 194 (76.17% from 255) = 35.34%
R=42.44%
G=22.22%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312219400.480.170.09321.0871.6169.61
HexE97AC20301191414846
Octal3511723020602111501110106
Binary11101001111101011000010011000010001100110100000110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97AC2; }

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

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

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

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

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

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

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

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