#E98AC0

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

Shades of Tea Rose #E98AC0

Tints of Tea Rose #E98AC0

Color information

#E98AC0 (or 0xE98AC0) is unknown color: approx Tea Rose. HEX triplet: E9, 8A and C0. RGB value is (233,138,192). Sum of RGB (Red+Green+Blue) = 233+138+192=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 233 - color contains mainly: red. Hex color #E98AC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E98AC0 is #16753F. Grayscale: #ACACAC. Windows color (decimal): -1471808 or 12618473. OLE color: 12618473.

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

Color convert

RGB233138192-
CMYK00.410.180.09
HSL325.89º68.35%72.75%-
HSV(B)325.89º40.77%91.37%-
XYZ52.2139.3154.7-
YUV172.56138.97171.11-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.39%
GREEN value IS 138 (54.30% from 255) = 24.51%
BLUE value IS 192 (75.39% from 255) = 34.10%
R=41.39%
G=24.51%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23313819200.410.180.09325.8968.3572.75
HexE98AC00291291464449
Octal3512123000512211506104111
Binary111010011000101011000000010100110010100110100011010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98AC0; }

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

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

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

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

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

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

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

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