#E88ACB

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

Shades of Tea Rose #E88ACB

Tints of Tea Rose #E88ACB

Color information

#E88ACB (or 0xE88ACB) is unknown color: approx Tea Rose. HEX triplet: E8, 8A and CB. RGB value is (232,138,203). Sum of RGB (Red+Green+Blue) = 232+138+203=573 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.49% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 232 - color contains mainly: red. Hex color #E88ACB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88ACB is #177534. Grayscale: #ADADAD. Windows color (decimal): -1537333 or 13339368. OLE color: 13339368.

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

Color convert

RGB232138203-
CMYK00.410.120.09
HSL318.51º67.14%72.55%-
HSV(B)318.51º40.52%90.98%-
XYZ53.1539.6461.35-
YUV173.52144.64169.71-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.49%
GREEN value IS 138 (54.30% from 255) = 24.08%
BLUE value IS 203 (79.69% from 255) = 35.43%
R=40.49%
G=24.08%
B=35.43%

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
Decimal23213820300.410.120.09318.5167.1472.55
HexE88ACB029C913f4349
Octal3502123130511411477103111
Binary11101000100010101100101101010011100100110011111110000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88ACB; }

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

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

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

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

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

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

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

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