#E98ACC

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

Shades of Tea Rose #E98ACC

Tints of Tea Rose #E98ACC

Color information

#E98ACC (or 0xE98ACC) is unknown color: approx Tea Rose. HEX triplet: E9, 8A and CC. RGB value is (233,138,204). Sum of RGB (Red+Green+Blue) = 233+138+204=575 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.52% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 233 - color contains mainly: red. Hex color #E98ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98ACC is #167533. Grayscale: #ADADAD. Windows color (decimal): -1471796 or 13404905. OLE color: 13404905.

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

Color convert

RGB233138204-
CMYK00.410.120.09
HSL318.32º68.35%72.75%-
HSV(B)318.32º40.77%91.37%-
XYZ53.5939.8662-
YUV173.93144.97170.13-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.52%
GREEN value IS 138 (54.30% from 255) = 24%
BLUE value IS 204 (80.08% from 255) = 35.48%
R=40.52%
G=24%
B=35.48%

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
Decimal23313820400.410.120.09318.3268.3572.75
HexE98ACC029C913e4449
Octal3512123140511411476104111
Binary11101001100010101100110001010011100100110011111010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98ACC; }

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

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

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

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

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

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

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

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