#E97ACC

Color #E97ACC Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #E97ACC

Tints of Tea Rose #E97ACC

Color information

#E97ACC (or 0xE97ACC) is unknown color: approx Tea Rose. HEX triplet: E9, 7A and CC. RGB value is (233,122,204). Sum of RGB (Red+Green+Blue) = 233+122+204=559 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.68% from 559); Green value is 122 (48.05% from 255 or 21.82% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 233 - color contains mainly: red. Hex color #E97ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97ACC is #168533. Grayscale: #A4A4A4. Windows color (decimal): -1475892 or 13400809. OLE color: 13400809.

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

Color convert

RGB233122204-
CMYK00.480.120.09
HSL315.68º71.61%69.61%-
HSV(B)315.68º47.64%91.37%-
XYZ51.4635.661.29-
YUV164.54150.27176.83-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.68%
GREEN value IS 122 (48.05% from 255) = 21.82%
BLUE value IS 204 (80.08% from 255) = 36.49%
R=41.68%
G=21.82%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312220400.480.120.09315.6871.6169.61
HexE97ACC030C913c4846
Octal3511723140601411474110106
Binary1110100111110101100110001100001100100110011110010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97ACC; }

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

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

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

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

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

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

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

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