#E97AC3

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

Shades of Persian Pink #E97AC3

Tints of Persian Pink #E97AC3

Color information

#E97AC3 (or 0xE97AC3) is unknown color: approx Persian Pink. HEX triplet: E9, 7A and C3. RGB value is (233,122,195). Sum of RGB (Red+Green+Blue) = 233+122+195=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 195 (76.56% from 255 or 35.45% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E97AC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97AC3 is #16853C. Grayscale: #A3A3A3. Windows color (decimal): -1475901 or 12810985. OLE color: 12810985.

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

Color convert

RGB233122195-
CMYK00.480.160.09
HSL320.54º71.61%69.61%-
HSV(B)320.54º47.64%91.37%-
XYZ50.4135.1855.76-
YUV163.51145.77177.56-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.36%
GREEN value IS 122 (48.05% from 255) = 22.18%
BLUE value IS 195 (76.56% from 255) = 35.45%
R=42.36%
G=22.18%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312219500.480.160.09320.5471.6169.61
HexE97AC30301091414846
Octal3511723030602011501110106
Binary11101001111101011000011011000010000100110100000110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97AC3; }

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

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

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

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

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

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

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

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