#E18ACB

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

Shades of Tea Rose #E18ACB

Tints of Tea Rose #E18ACB

Color information

#E18ACB (or 0xE18ACB) is unknown color: approx Tea Rose. HEX triplet: E1, 8A and CB. RGB value is (225,138,203). Sum of RGB (Red+Green+Blue) = 225+138+203=566 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.75% from 566); Green value is 138 (54.30% from 255 or 24.38% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 225 - color contains mainly: red. Hex color #E18ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18ACB is #1E7534. Grayscale: #ABABAB. Windows color (decimal): -1996085 or 13339361. OLE color: 13339361.

HSL color Cylindrical-coordinate representation of color #E18ACB: hue angle of 315.17º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E18ACB is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB225138203-
CMYK00.390.100.12
HSL315.17º59.18%71.18%-
HSV(B)315.17º38.67%88.24%-
XYZ50.9238.561.25-
YUV171.42145.82166.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.75%
GREEN value IS 138 (54.30% from 255) = 24.38%
BLUE value IS 203 (79.69% from 255) = 35.87%
R=39.75%
G=24.38%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513820300.390.100.12315.1759.1871.18
HexE18ACB027AC13b3b47
Octal341212313047121447373107
Binary1110000110001010110010110100111101011001001110111110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18ACB; }

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

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

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

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

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

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

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

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