#e98dca

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

Shades of Tea Rose #E98DCA

Tints of Tea Rose #E98DCA

Color information

#E98DCA (or 0xE98DCA) is unknown color: approx Tea Rose. HEX triplet: E9, 8D and CA. RGB value is (233,141,202). Sum of RGB (Red+Green+Blue) = 233+141+202=576 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.45% from 576); Green value is 141 (55.47% from 255 or 24.48% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 233 - color contains mainly: red. Hex color #E98DCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98DCA is #167235. Grayscale: #AFAFAF. Windows color (decimal): -1471030 or 13274601. OLE color: 13274601.

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

Color convert

RGB233141202-
CMYK00.390.130.09
HSL320.22º67.65%73.33%-
HSV(B)320.22º39.48%91.37%-
XYZ53.7940.6460.89-
YUV175.46142.98169.04-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.45%
GREEN value IS 141 (55.47% from 255) = 24.48%
BLUE value IS 202 (79.30% from 255) = 35.07%
R=40.45%
G=24.48%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314120200.390.130.09320.2267.6573.33
HexE98DCA027D91404449
Octal3512153120471511500104111
Binary11101001100011011100101001001111101100110100000010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e98dca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e98dca; }

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

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

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

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

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

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

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

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