#E98DD0

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

Shades of Tea Rose #E98DD0

Tints of Tea Rose #E98DD0

Color information

#E98DD0 (or 0xE98DD0) is unknown color: approx Tea Rose. HEX triplet: E9, 8D and D0. RGB value is (233,141,208). Sum of RGB (Red+Green+Blue) = 233+141+208=582 (77% of max value = 765). Red value is 233 (91.41% from 255 or 40.03% from 582); Green value is 141 (55.47% from 255 or 24.23% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 233 - color contains mainly: red. Hex color #E98DD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98DD0 is #16722F. Grayscale: #AFAFAF. Windows color (decimal): -1471024 or 13667817. OLE color: 13667817.

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

Color convert

RGB233141208-
CMYK00.390.110.09
HSL316.3º67.65%73.33%-
HSV(B)316.3º39.48%91.37%-
XYZ54.5140.9364.7-
YUV176.15145.98168.55-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.03%
GREEN value IS 141 (55.47% from 255) = 24.23%
BLUE value IS 208 (81.64% from 255) = 35.74%
R=40.03%
G=24.23%
B=35.74%

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
Decimal23314120800.390.110.09316.367.6573.33
HexE98DD0027B913c4449
Octal3512153200471311474104111
Binary11101001100011011101000001001111011100110011110010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98DD0; }

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

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

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

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

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

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

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

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