#E98DCD

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

Shades of Tea Rose #E98DCD

Tints of Tea Rose #E98DCD

Color information

#E98DCD (or 0xE98DCD) is unknown color: approx Tea Rose. HEX triplet: E9, 8D and CD. RGB value is (233,141,205). Sum of RGB (Red+Green+Blue) = 233+141+205=579 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.24% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 233 - color contains mainly: red. Hex color #E98DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98DCD is #167232. Grayscale: #AFAFAF. Windows color (decimal): -1471027 or 13471209. OLE color: 13471209.

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

Color convert

RGB233141205-
CMYK00.390.120.09
HSL318.26º67.65%73.33%-
HSV(B)318.26º39.48%91.37%-
XYZ54.1540.7862.78-
YUV175.8144.48168.8-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.24%
GREEN value IS 141 (55.47% from 255) = 24.35%
BLUE value IS 205 (80.47% from 255) = 35.41%
R=40.24%
G=24.35%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314120500.390.120.09318.2667.6573.33
HexE98DCD027C913e4449
Octal3512153150471411476104111
Binary11101001100011011100110101001111100100110011111010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98DCD; }

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

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

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

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

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

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

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

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