#E18ACA

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

Shades of Tea Rose #E18ACA

Tints of Tea Rose #E18ACA

Color information

#E18ACA (or 0xE18ACA) is unknown color: approx Tea Rose. HEX triplet: E1, 8A and CA. RGB value is (225,138,202). Sum of RGB (Red+Green+Blue) = 225+138+202=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E18ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18ACA is #1E7535. Grayscale: #ABABAB. Windows color (decimal): -1996086 or 13273825. OLE color: 13273825.

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

Color convert

RGB225138202-
CMYK00.390.100.12
HSL315.86º59.18%71.18%-
HSV(B)315.86º38.67%88.24%-
XYZ50.838.4560.62-
YUV171.31145.32166.3-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.82%
GREEN value IS 138 (54.30% from 255) = 24.42%
BLUE value IS 202 (79.30% from 255) = 35.75%
R=39.82%
G=24.42%
B=35.75%

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
Decimal22513820200.390.100.12315.8659.1871.18
HexE18ACA027AC13c3b47
Octal341212312047121447473107
Binary1110000110001010110010100100111101011001001111001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18ACA; }

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

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

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

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

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

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

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

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