#E186C5

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

Shades of Tea Rose #E186C5

Tints of Tea Rose #E186C5

Color information

#E186C5 (or 0xE186C5) is unknown color: approx Tea Rose. HEX triplet: E1, 86 and C5. RGB value is (225,134,197). Sum of RGB (Red+Green+Blue) = 225+134+197=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 134 (52.73% from 255 or 24.10% from 556); Blue value is 197 (77.34% from 255 or 35.43% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E186C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E186C5 is #1E793A. Grayscale: #A8A8A8. Windows color (decimal): -1997115 or 12945121. OLE color: 12945121.

HSL color Cylindrical-coordinate representation of color #E186C5: hue angle of 318.46º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E186C5 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB225134197-
CMYK00.400.120.12
HSL318.46º60.26%70.39%-
HSV(B)318.46º40.44%88.24%-
XYZ49.6537.0957.37-
YUV168.39144.15168.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.47%
GREEN value IS 134 (52.73% from 255) = 24.10%
BLUE value IS 197 (77.34% from 255) = 35.43%
R=40.47%
G=24.10%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513419700.400.120.12318.4660.2670.39
HexE186C5028CC13e3c46
Octal341206305050141447674106
Binary1110000110000110110001010101000110011001001111101111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E186C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E186C5; }

 p { color: rgb(225,134,197); }

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

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

 a { background-color: rgb(225,134,197); }

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

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

 span { border-color: rgb(225,134,197); }

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