#E98DCF

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

Shades of Tea Rose #E98DCF

Tints of Tea Rose #E98DCF

Color information

#E98DCF (or 0xE98DCF) is unknown color: approx Tea Rose. HEX triplet: E9, 8D and CF. RGB value is (233,141,207). Sum of RGB (Red+Green+Blue) = 233+141+207=581 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.10% from 581); Green value is 141 (55.47% from 255 or 24.27% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 233 - color contains mainly: red. Hex color #E98DCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98DCF is #167230. Grayscale: #AFAFAF. Windows color (decimal): -1471025 or 13602281. OLE color: 13602281.

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

Color convert

RGB233141207-
CMYK00.390.110.09
HSL316.96º67.65%73.33%-
HSV(B)316.96º39.48%91.37%-
XYZ54.3940.8864.06-
YUV176.03145.48168.63-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.10%
GREEN value IS 141 (55.47% from 255) = 24.27%
BLUE value IS 207 (81.25% from 255) = 35.63%
R=40.10%
G=24.27%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314120700.390.110.09316.9667.6573.33
HexE98DCF027B913d4449
Octal3512153170471311475104111
Binary11101001100011011100111101001111011100110011110110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98DCF; }

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

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

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

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

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

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

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

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