#E885C6

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

Shades of Tea Rose #E885C6

Tints of Tea Rose #E885C6

Color information

#E885C6 (or 0xE885C6) is unknown color: approx Tea Rose. HEX triplet: E8, 85 and C6. RGB value is (232,133,198). Sum of RGB (Red+Green+Blue) = 232+133+198=563 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.21% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 198 (77.73% from 255 or 35.17% from 563); Max value from RGB is 232 - color contains mainly: red. Hex color #E885C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E885C6 is #177A39. Grayscale: #A9A9A9. Windows color (decimal): -1538618 or 13010408. OLE color: 13010408.

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

Color convert

RGB232133198-
CMYK00.430.150.09
HSL320.61º68.28%71.57%-
HSV(B)320.61º42.67%90.98%-
XYZ51.8638.0158.03-
YUV170.01143.8172.21-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.21%
GREEN value IS 133 (52.34% from 255) = 23.62%
BLUE value IS 198 (77.73% from 255) = 35.17%
R=41.21%
G=23.62%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23213319800.430.150.09320.6168.2871.57
HexE885C602BF91414448
Octal3502053060531711501104110
Binary11101000100001011100011001010111111100110100000110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E885C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E885C6; }

 p { color: rgb(232,133,198); }

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

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

 a { background-color: rgb(232,133,198); }

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

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

 span { border-color: rgb(232,133,198); }

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