#E98DCB

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

Shades of Tea Rose #E98DCB

Tints of Tea Rose #E98DCB

Color information

#E98DCB (or 0xE98DCB) is unknown color: approx Tea Rose. HEX triplet: E9, 8D and CB. RGB value is (233,141,203). Sum of RGB (Red+Green+Blue) = 233+141+203=577 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.38% from 577); Green value is 141 (55.47% from 255 or 24.44% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 233 - color contains mainly: red. Hex color #E98DCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98DCB is #167234. Grayscale: #AFAFAF. Windows color (decimal): -1471029 or 13340137. OLE color: 13340137.

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

Color convert

RGB233141203-
CMYK00.390.130.09
HSL319.57º67.65%73.33%-
HSV(B)319.57º39.48%91.37%-
XYZ53.9140.6961.51-
YUV175.58143.48168.96-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.38%
GREEN value IS 141 (55.47% from 255) = 24.44%
BLUE value IS 203 (79.69% from 255) = 35.18%
R=40.38%
G=24.44%
B=35.18%

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
Decimal23314120300.390.130.09319.5767.6573.33
HexE98DCB027D91404449
Octal3512153130471511500104111
Binary11101001100011011100101101001111101100110100000010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98DCB; }

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

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

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

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

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

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

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

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