#E88ACA

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

Shades of Tea Rose #E88ACA

Tints of Tea Rose #E88ACA

Color information

#E88ACA (or 0xE88ACA) is unknown color: approx Tea Rose. HEX triplet: E8, 8A and CA. RGB value is (232,138,202). Sum of RGB (Red+Green+Blue) = 232+138+202=572 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.56% from 572); Green value is 138 (54.30% from 255 or 24.13% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 232 - color contains mainly: red. Hex color #E88ACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88ACA is #177535. Grayscale: #ADADAD. Windows color (decimal): -1537334 or 13273832. OLE color: 13273832.

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

Color convert

RGB232138202-
CMYK00.410.130.09
HSL319.15º67.14%72.55%-
HSV(B)319.15º40.52%90.98%-
XYZ53.0339.660.73-
YUV173.4144.14169.8-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.56%
GREEN value IS 138 (54.30% from 255) = 24.13%
BLUE value IS 202 (79.30% from 255) = 35.31%
R=40.56%
G=24.13%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213820200.410.130.09319.1567.1472.55
HexE88ACA029D913f4349
Octal3502123120511511477103111
Binary11101000100010101100101001010011101100110011111110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88ACA; }

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

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

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

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

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

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

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

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