#E98ACE

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

Shades of Tea Rose #E98ACE

Tints of Tea Rose #E98ACE

Color information

#E98ACE (or 0xE98ACE) is unknown color: approx Tea Rose. HEX triplet: E9, 8A and CE. RGB value is (233,138,206). Sum of RGB (Red+Green+Blue) = 233+138+206=577 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.38% from 577); Green value is 138 (54.30% from 255 or 23.92% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 233 - color contains mainly: red. Hex color #E98ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98ACE is #167531. Grayscale: #ADADAD. Windows color (decimal): -1471794 or 13535977. OLE color: 13535977.

HSL color Cylindrical-coordinate representation of color #E98ACE: hue angle of 317.05º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E98ACE is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB233138206-
CMYK00.410.120.09
HSL317.05º68.35%72.75%-
HSV(B)317.05º40.77%91.37%-
XYZ53.8339.9663.27-
YUV174.16145.97169.97-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.38%
GREEN value IS 138 (54.30% from 255) = 23.92%
BLUE value IS 206 (80.86% from 255) = 35.70%
R=40.38%
G=23.92%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313820600.410.120.09317.0568.3572.75
HexE98ACE029C913d4449
Octal3512123160511411475104111
Binary11101001100010101100111001010011100100110011110110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98ACE; }

 p { color: rgb(233,138,206); }

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

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

 a { background-color: rgb(233,138,206); }

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

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

 span { border-color: rgb(233,138,206); }

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