#E97ACA

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

Shades of Tea Rose #E97ACA

Tints of Tea Rose #E97ACA

Color information

#E97ACA (or 0xE97ACA) is unknown color: approx Tea Rose. HEX triplet: E9, 7A and CA. RGB value is (233,122,202). Sum of RGB (Red+Green+Blue) = 233+122+202=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 233 - color contains mainly: red. Hex color #E97ACA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97ACA is #168535. Grayscale: #A4A4A4. Windows color (decimal): -1475894 or 13269737. OLE color: 13269737.

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

Color convert

RGB233122202-
CMYK00.480.130.09
HSL316.76º71.61%69.61%-
HSV(B)316.76º47.64%91.37%-
XYZ51.2235.5160.03-
YUV164.31149.27177-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.83%
GREEN value IS 122 (48.05% from 255) = 21.90%
BLUE value IS 202 (79.30% from 255) = 36.27%
R=41.83%
G=21.90%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23312220200.480.130.09316.7671.6169.61
HexE97ACA030D913d4846
Octal3511723120601511475110106
Binary1110100111110101100101001100001101100110011110110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97ACA; }

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

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

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

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

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

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

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

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