#E98ACD

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

Shades of Tea Rose #E98ACD

Tints of Tea Rose #E98ACD

Color information

#E98ACD (or 0xE98ACD) is unknown color: approx Tea Rose. HEX triplet: E9, 8A and CD. RGB value is (233,138,205). Sum of RGB (Red+Green+Blue) = 233+138+205=576 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.45% from 576); Green value is 138 (54.30% from 255 or 23.96% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 233 - color contains mainly: red. Hex color #E98ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98ACD is #167532. Grayscale: #ADADAD. Windows color (decimal): -1471795 or 13470441. OLE color: 13470441.

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

Color convert

RGB233138205-
CMYK00.410.120.09
HSL317.68º68.35%72.75%-
HSV(B)317.68º40.77%91.37%-
XYZ53.7139.9162.63-
YUV174.04145.47170.05-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.45%
GREEN value IS 138 (54.30% from 255) = 23.96%
BLUE value IS 205 (80.47% from 255) = 35.59%
R=40.45%
G=23.96%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313820500.410.120.09317.6868.3572.75
HexE98ACD029C913e4449
Octal3512123150511411476104111
Binary11101001100010101100110101010011100100110011111010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98ACD; }

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

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

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

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

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

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

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

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