#E97ACB

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

Shades of Tea Rose #E97ACB

Tints of Tea Rose #E97ACB

Color information

#E97ACB (or 0xE97ACB) is unknown color: approx Tea Rose. HEX triplet: E9, 7A and CB. RGB value is (233,122,203). Sum of RGB (Red+Green+Blue) = 233+122+203=558 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.76% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 233 - color contains mainly: red. Hex color #E97ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E97ACB is #168534. Grayscale: #A4A4A4. Windows color (decimal): -1475893 or 13335273. OLE color: 13335273.

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

Color convert

RGB233122203-
CMYK00.480.130.09
HSL316.22º71.61%69.61%-
HSV(B)316.22º47.64%91.37%-
XYZ51.3435.5560.66-
YUV164.42149.77176.91-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.76%
GREEN value IS 122 (48.05% from 255) = 21.86%
BLUE value IS 203 (79.69% from 255) = 36.38%
R=41.76%
G=21.86%
B=36.38%

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
Decimal23312220300.480.130.09316.2271.6169.61
HexE97ACB030D913c4846
Octal3511723130601511474110106
Binary1110100111110101100101101100001101100110011110010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E97ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E97ACB; }

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

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

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

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

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

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

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

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