#E886C2

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

Shades of Tea Rose #E886C2

Tints of Tea Rose #E886C2

Color information

#E886C2 (or 0xE886C2) is unknown color: approx Tea Rose. HEX triplet: E8, 86 and C2. RGB value is (232,134,194). Sum of RGB (Red+Green+Blue) = 232+134+194=560 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.43% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 232 - color contains mainly: red. Hex color #E886C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E886C2 is #17793D. Grayscale: #AAAAAA. Windows color (decimal): -1538366 or 12748520. OLE color: 12748520.

HSL color Cylindrical-coordinate representation of color #E886C2: hue angle of 323.27º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E886C2 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB232134194-
CMYK00.420.160.09
HSL323.27º68.06%71.76%-
HSV(B)323.27º42.24%90.98%-
XYZ51.5438.155.68-
YUV170.14141.47172.12-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.43%
GREEN value IS 134 (52.73% from 255) = 23.93%
BLUE value IS 194 (76.17% from 255) = 34.64%
R=41.43%
G=23.93%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213419400.420.160.09323.2768.0671.76
HexE886C202A1091434448
Octal3502063020522011503104110
Binary111010001000011011000010010101010000100110100001110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E886C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E886C2; }

 p { color: rgb(232,134,194); }

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

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

 a { background-color: rgb(232,134,194); }

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

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

 span { border-color: rgb(232,134,194); }

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