#E18BCD

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

Shades of Tea Rose #E18BCD

Tints of Tea Rose #E18BCD

Color information

#E18BCD (or 0xE18BCD) is unknown color: approx Tea Rose. HEX triplet: E1, 8B and CD. RGB value is (225,139,205). Sum of RGB (Red+Green+Blue) = 225+139+205=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 139 (54.69% from 255 or 24.43% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18BCD is #1E7432. Grayscale: #ACACAC. Windows color (decimal): -1995827 or 13470689. OLE color: 13470689.

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

Color convert

RGB225139205-
CMYK00.380.090.12
HSL313.95º58.9%71.37%-
HSV(B)313.95º38.22%88.24%-
XYZ51.338.8862.56-
YUV172.24146.49165.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.54%
GREEN value IS 139 (54.69% from 255) = 24.43%
BLUE value IS 205 (80.47% from 255) = 36.03%
R=39.54%
G=24.43%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513920500.380.090.12313.9558.971.37
HexE18BCD0269C13a3b47
Octal341213315046111447273107
Binary1110000110001011110011010100110100111001001110101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18BCD; }

 p { color: rgb(225,139,205); }

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

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

 a { background-color: rgb(225,139,205); }

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

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

 span { border-color: rgb(225,139,205); }

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