#E88ACE

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

Shades of Tea Rose #E88ACE

Tints of Tea Rose #E88ACE

Color information

#E88ACE (or 0xE88ACE) is unknown color: approx Tea Rose. HEX triplet: E8, 8A and CE. RGB value is (232,138,206). Sum of RGB (Red+Green+Blue) = 232+138+206=576 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.28% from 576); Green value is 138 (54.30% from 255 or 23.96% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 232 - color contains mainly: red. Hex color #E88ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88ACE is #177531. Grayscale: #ADADAD. Windows color (decimal): -1537330 or 13535976. OLE color: 13535976.

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

Color convert

RGB232138206-
CMYK00.410.110.09
HSL316.6º67.14%72.55%-
HSV(B)316.6º40.52%90.98%-
XYZ53.5139.7963.25-
YUV173.86146.14169.47-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.28%
GREEN value IS 138 (54.30% from 255) = 23.96%
BLUE value IS 206 (80.86% from 255) = 35.76%
R=40.28%
G=23.96%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213820600.410.110.09316.667.1472.55
HexE88ACE029B913d4349
Octal3502123160511311475103111
Binary11101000100010101100111001010011011100110011110110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88ACE; }

 p { color: rgb(232,138,206); }

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

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

 a { background-color: rgb(232,138,206); }

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

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

 span { border-color: rgb(232,138,206); }

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