#e886c8

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

Shades of Tea Rose #E886C8

Tints of Tea Rose #E886C8

Color information

#E886C8 (or 0xE886C8) is unknown color: approx Tea Rose. HEX triplet: E8, 86 and C8. RGB value is (232,134,200). Sum of RGB (Red+Green+Blue) = 232+134+200=566 (74% of max value = 765). Red value is 232 (91.02% from 255 or 40.99% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 200 (78.52% from 255 or 35.34% from 566); Max value from RGB is 232 - color contains mainly: red. Hex color #E886C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E886C8 is #177937. Grayscale: #AAAAAA. Windows color (decimal): -1538360 or 13141736. OLE color: 13141736.

HSL color Cylindrical-coordinate representation of color #E886C8: hue angle of 319.59º 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 #E886C8 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB232134200-
CMYK00.420.140.09
HSL319.59º68.06%71.76%-
HSV(B)319.59º42.24%90.98%-
XYZ52.2338.3859.3-
YUV170.83144.47171.63-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.99%
GREEN value IS 134 (52.73% from 255) = 23.67%
BLUE value IS 200 (78.52% from 255) = 35.34%
R=40.99%
G=23.67%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213420000.420.140.09319.5968.0671.76
HexE886C802AE91404448
Octal3502063100521611500104110
Binary11101000100001101100100001010101110100110100000010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e886c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e886c8; }

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

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

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

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

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

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

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

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